Paleta de colores Sweet Crust Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Crust Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Crust Delight

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #e2b479;
}
.color-3 {
color: #d69b5c;
}
.color-4 {
color: #c6996c;
}
.color-5 {
color: #a86d4d;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #e2b479;
--color-3: #d69b5c;
--color-4: #c6996c;
--color-5: #a86d4d;
}

CSS del degradado de fondo Sweet Crust Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #e2b479, #d69b5c, #c6996c, #a86d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #e2b479, #d69b5c, #c6996c, #a86d4d);
}

Sweet Crust Delight color palette created on .