Paleta de colores Whimsical Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Blossoms

/* CSS */
.color-1 {
color: #d8c0d8;
}
.color-2 {
color: #e6a7d9;
}
.color-3 {
color: #f0b2d5;
}
.color-4 {
color: #fad6db;
}
.color-5 {
color: #fff5f5;
}

/* CSS Variables */
:root {
--color-1: #d8c0d8;
--color-2: #e6a7d9;
--color-3: #f0b2d5;
--color-4: #fad6db;
--color-5: #fff5f5;
}

CSS del degradado de fondo Whimsical Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c0d8, #e6a7d9, #f0b2d5, #fad6db, #fff5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c0d8, #e6a7d9, #f0b2d5, #fad6db, #fff5f5);
}

Whimsical Blossoms color palette created on .