Paleta de colores Creamy Caramel Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creamy Caramel Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Creamy Caramel Dream

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #f2b578;
}
.color-4 {
color: #f2a87d;
}
.color-5 {
color: #efa07b;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f3d6a0;
--color-3: #f2b578;
--color-4: #f2a87d;
--color-5: #efa07b;
}

CSS del degradado de fondo Creamy Caramel Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f3d6a0, #f2b578, #f2a87d, #efa07b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f3d6a0, #f2b578, #f2a87d, #efa07b);
}

Creamy Caramel Dream color palette created on .