Paleta de colores Sweet Blossom Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Blossom Whimsy palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Blossom Whimsy

/* CSS */
.color-1 {
color: #f6a2bf;
}
.color-2 {
color: #f1c1d5;
}
.color-3 {
color: #f7e2d9;
}
.color-4 {
color: #f2b1c2;
}
.color-5 {
color: #fef1e7;
}

/* CSS Variables */
:root {
--color-1: #f6a2bf;
--color-2: #f1c1d5;
--color-3: #f7e2d9;
--color-4: #f2b1c2;
--color-5: #fef1e7;
}

CSS del degradado de fondo Sweet Blossom Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2bf, #f1c1d5, #f7e2d9, #f2b1c2, #fef1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2bf, #f1c1d5, #f7e2d9, #f2b1c2, #fef1e7);
}

Paletas de colores similares

Sweet Blossom Whimsy color palette created on .