Paleta de colores Sweet Confection Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Confection Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Confection Dream

/* CSS */
.color-1 {
color: #f7e1c0;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #eb9e7a;
}
.color-4 {
color: #e8a55e;
}
.color-5 {
color: #d55a34;
}

/* CSS Variables */
:root {
--color-1: #f7e1c0;
--color-2: #f3c5a0;
--color-3: #eb9e7a;
--color-4: #e8a55e;
--color-5: #d55a34;
}

CSS del degradado de fondo Sweet Confection Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1c0, #f3c5a0, #eb9e7a, #e8a55e, #d55a34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1c0, #f3c5a0, #eb9e7a, #e8a55e, #d55a34);
}

Sweet Confection Dream color palette created on .