Paleta de colores Ethereal Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Blossom

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #a3d2ca;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ffcb5c;
--color-4: #a3d2ca;
--color-5: #690571;
}

CSS del degradado de fondo Ethereal Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ffcb5c, #a3d2ca, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ffcb5c, #a3d2ca, #690571);
}

Ethereal Blossom color palette created on .