Paleta de colores Whimsical Bloom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Bloom palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Bloom

/* CSS */
.color-1 {
color: #ffb1ad;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #a7c6e7;
}
.color-4 {
color: #f6e49d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #eab8e4;
--color-3: #a7c6e7;
--color-4: #f6e49d;
--color-5: #ff6e61;
}

CSS del degradado de fondo Whimsical Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #eab8e4, #a7c6e7, #f6e49d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #eab8e4, #a7c6e7, #f6e49d, #ff6e61);
}

Whimsical Bloom color palette created on .