Paleta de colores Ethereal Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Compartir esta paleta en:

Descargar la paleta de colores Ethereal Blossom (PNG)

Download ethereal blossom color palette PNG image (landscape)
Download ethereal blossom color palette PNG image (square)

CSS de la paleta de colores Ethereal Blossom

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #efc2a4;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d68faa;
}
.color-5 {
color: #a66ab9;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #efc2a4;
--color-3: #f1a7b4;
--color-4: #d68faa;
--color-5: #a66ab9;
}

CSS del degradado de fondo Ethereal Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #efc2a4, #f1a7b4, #d68faa, #a66ab9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #efc2a4, #f1a7b4, #d68faa, #a66ab9);
}

Ethereal Blossom color palette created on .