Paleta de colores Whipped Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whipped Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Whipped Delight

/* CSS */
.color-1 {
color: #f8e6b4;
}
.color-2 {
color: #f4d99f;
}
.color-3 {
color: #f1c579;
}
.color-4 {
color: #e0b16c;
}
.color-5 {
color: #d69f5c;
}

/* CSS Variables */
:root {
--color-1: #f8e6b4;
--color-2: #f4d99f;
--color-3: #f1c579;
--color-4: #e0b16c;
--color-5: #d69f5c;
}

CSS del degradado de fondo Whipped Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6b4, #f4d99f, #f1c579, #e0b16c, #d69f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6b4, #f4d99f, #f1c579, #e0b16c, #d69f5c);
}

Whipped Delight color palette created on .