Shades of Green and Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Pink palette
tavolozza dei colori Shades of Green and Pink CSS
/* CSS */
.color-1 {
color: #1e3c3e;
}
.color-2 {
color: #3f6e6e;
}
.color-3 {
color: #8e9f8e;
}
.color-4 {
color: #f4a59f;
}
.color-5 {
color: #d85f85;
}
/* CSS Variables */
:root {
--color-1: #1e3c3e;
--color-2: #3f6e6e;
--color-3: #8e9f8e;
--color-4: #f4a59f;
--color-5: #d85f85;
}
CSS con gradiente di sfondo Shades of Green and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c3e, #3f6e6e, #8e9f8e, #f4a59f, #d85f85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c3e, #3f6e6e, #8e9f8e, #f4a59f, #d85f85);
}
Tavolozze di colori simili
Shades of Green and Pink color palette created on .