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