Градиент Medium Spring Bud

Пример отображения градиента и текста:

Это пример параграфа с текстом, который использует цвет с кодом #ABBE69. Цвет текста гармонирует с основным цветом градиента #C9DC87.

Статистика: Просмотров 228 Нравится 0

Коды используемых цветов:

Цвет Демонстрация Код HEX Код RGB
Цвет 1 (верх) #C9DC87 201.220.135
Цвет 2 (низ) #BACD78 186.205.120
Цвет рамки #ABBE69 171.190.105
Цвет тени #D8EB96 216.235.150
Цвет текста 1234567890 #ABBE69 171.190.105

CSS3-стили:

background: #C9DC87;
color: #ABBE69;
background: linear-gradient(to bottom, #C9DC87 0%, #BACD78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C9DC87), color-stop(100%, #BACD78));
background: -webkit-linear-gradient(top, #C9DC87 0%, #BACD78 100%);
background: -moz-linear-gradient(top, #C9DC87 0%, #BACD78 100%);
background: -o-linear-gradient(top, #C9DC87 0%, #BACD78 100%);
background: -ms-linear-gradient(top, #C9DC87 0%, #BACD78 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9DC87', endColorstr='#BACD78', GradientType=0);
border: 1px solid #ABBE69;
text-shadow: 0 1px 0 #D8EB96;
-webkit-text-shadow: 0 1px 0 #D8EB96;
-moz-text-shadow: 0 1px 0 #D8EB96;
box-shadow: inset 0 1px 0 #D8EB96;
-webkit-box-shadow: inset 0 1px 0 #D8EB96;
-moz-box-shadow: inset 0 1px 0 #D8EB96;
Содержимое скопировано в буфер. Содержимое не было скопировано. Используйте "Ctrl + C".