Paleta de colores Frosted Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Frosted Whimsy palette

Compartir esta paleta en:

CSS de la paleta de colores Frosted Whimsy

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #bae3d2;
}
.color-3 {
color: #f5d88e;
}
.color-4 {
color: #f8b2a0;
}
.color-5 {
color: #d86f6f;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #bae3d2;
--color-3: #f5d88e;
--color-4: #f8b2a0;
--color-5: #d86f6f;
}

CSS del degradado de fondo Frosted Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #bae3d2, #f5d88e, #f8b2a0, #d86f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #bae3d2, #f5d88e, #f8b2a0, #d86f6f);
}

Frosted Whimsy color palette created on .