Shades of Fern Green Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Fern Green palette
tavolozza dei colori Shades of Fern Green CSS
/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #6fbe7b;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #e1f4e6;
}
.color-5 {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #6fbe7b;
--color-3: #a7d7b8;
--color-4: #e1f4e6;
--color-5: #f2f8f5;
}
CSS con gradiente di sfondo Shades of Fern Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #6fbe7b, #a7d7b8, #e1f4e6, #f2f8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #6fbe7b, #a7d7b8, #e1f4e6, #f2f8f5);
}
Tavolozze di colori simili
Shades of Fern Green color palette created on .