Paleta de colores Dreamy Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamy Whimsy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dreamy Whimsy

Download dreamy whimsy color palette PNG image (landscape)
Download dreamy whimsy color palette PNG image (square)

CSS de la paleta de colores Dreamy Whimsy

/* CSS */
.color-1 {
color: #f2ced6;
}
.color-2 {
color: #f2d4e9;
}
.color-3 {
color: #e3ebf2;
}
.color-4 {
color: #c8d8df;
}
.color-5 {
color: #aec6ba;
}

/* CSS Variables */
:root {
--color-1: #f2ced6;
--color-2: #f2d4e9;
--color-3: #e3ebf2;
--color-4: #c8d8df;
--color-5: #aec6ba;
}

CSS del degradado de fondo Dreamy Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2ced6, #f2d4e9, #e3ebf2, #c8d8df, #aec6ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2ced6, #f2d4e9, #e3ebf2, #c8d8df, #aec6ba);
}

Dreamy Whimsy color palette created on .