Paleta de colores Enchanted Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Blossom

/* CSS */
.color-1 {
color: #f5a3d7;
}
.color-2 {
color: #f1c1d6;
}
.color-3 {
color: #d8e9f3;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #b1f1c1;
}

/* CSS Variables */
:root {
--color-1: #f5a3d7;
--color-2: #f1c1d6;
--color-3: #d8e9f3;
--color-4: #b1e0e7;
--color-5: #b1f1c1;
}

CSS del degradado de fondo Enchanted Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3d7, #f1c1d6, #d8e9f3, #b1e0e7, #b1f1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3d7, #f1c1d6, #d8e9f3, #b1e0e7, #b1f1c1);
}

Enchanted Blossom color palette created on .