Paleta de colores Whipped Caramel Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whipped Caramel Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Whipped Caramel Delight

/* CSS */
.color-1 {
color: #f7e2b6;
}
.color-2 {
color: #f6d9a2;
}
.color-3 {
color: #f4c29a;
}
.color-4 {
color: #d5a96c;
}
.color-5 {
color: #c3a27f;
}

/* CSS Variables */
:root {
--color-1: #f7e2b6;
--color-2: #f6d9a2;
--color-3: #f4c29a;
--color-4: #d5a96c;
--color-5: #c3a27f;
}

CSS del degradado de fondo Whipped Caramel Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e2b6, #f6d9a2, #f4c29a, #d5a96c, #c3a27f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e2b6, #f6d9a2, #f4c29a, #d5a96c, #c3a27f);
}

Whipped Caramel Delight color palette created on .