Paleta de colores Five Leaf Clover

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Five Leaf Clover palette

Compartir esta paleta en:

CSS de la paleta de colores Five Leaf Clover

/* CSS */
.color-1 {
color: #6c9c49;
}
.color-2 {
color: #abd7a3;
}
.color-3 {
color: #e3f0d6;
}
.color-4 {
color: #f3f7de;
}
.color-5 {
color: #7dbf69;
}

/* CSS Variables */
:root {
--color-1: #6c9c49;
--color-2: #abd7a3;
--color-3: #e3f0d6;
--color-4: #f3f7de;
--color-5: #7dbf69;
}

CSS del degradado de fondo Five Leaf Clover

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9c49, #abd7a3, #e3f0d6, #f3f7de, #7dbf69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9c49, #abd7a3, #e3f0d6, #f3f7de, #7dbf69);
}

Five Leaf Clover color palette created on .