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