Paleta de colores Whispers of the Butterfly

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Butterfly palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Butterfly

/* CSS */
.color-1 {
color: #e3b5d3;
}
.color-2 {
color: #c0a7c8;
}
.color-3 {
color: #9c8ccf;
}
.color-4 {
color: #a0d9d6;
}
.color-5 {
color: #f0f5c2;
}

/* CSS Variables */
:root {
--color-1: #e3b5d3;
--color-2: #c0a7c8;
--color-3: #9c8ccf;
--color-4: #a0d9d6;
--color-5: #f0f5c2;
}

CSS del degradado de fondo Whispers of the Butterfly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b5d3, #c0a7c8, #9c8ccf, #a0d9d6, #f0f5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b5d3, #c0a7c8, #9c8ccf, #a0d9d6, #f0f5c2);
}

Whispers of the Butterfly color palette created on .