Paleta de colores Chablis Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chablis Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Chablis Delight

/* CSS */
.color-1 {
color: #f8e5e2;
}
.color-2 {
color: #f5b9b2;
}
.color-3 {
color: #f2888d;
}
.color-4 {
color: #ed5a6b;
}
.color-5 {
color: #e13d53;
}

/* CSS Variables */
:root {
--color-1: #f8e5e2;
--color-2: #f5b9b2;
--color-3: #f2888d;
--color-4: #ed5a6b;
--color-5: #e13d53;
}

CSS del degradado de fondo Chablis Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5e2, #f5b9b2, #f2888d, #ed5a6b, #e13d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5e2, #f5b9b2, #f2888d, #ed5a6b, #e13d53);
}

Chablis Delight color palette created on .