Paleta de colores Sweet Whimsy Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Whimsy Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Whimsy Dreamscape

/* CSS */
.color-1 {
color: #f5e0b2;
}
.color-2 {
color: #f1c5a2;
}
.color-3 {
color: #edba9c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f7c5d5;
}

/* CSS Variables */
:root {
--color-1: #f5e0b2;
--color-2: #f1c5a2;
--color-3: #edba9c;
--color-4: #eab8d1;
--color-5: #f7c5d5;
}

CSS del degradado de fondo Sweet Whimsy Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0b2, #f1c5a2, #edba9c, #eab8d1, #f7c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0b2, #f1c5a2, #edba9c, #eab8d1, #f7c5d5);
}

Sweet Whimsy Dreamscape color palette created on .