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: #fba2e3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d6a4d3;
}
.color-4 {
color: #a16fb8;
}
.color-5 {
color: #6b4e97;
}

/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #eab8e4;
--color-3: #d6a4d3;
--color-4: #a16fb8;
--color-5: #6b4e97;
}

CSS del degradado de fondo Whimsical Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #eab8e4, #d6a4d3, #a16fb8, #6b4e97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #eab8e4, #d6a4d3, #a16fb8, #6b4e97);
}

Whimsical Bloom color palette created on .