Paleta de colores Celestial Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Whispers

/* CSS */
.color-1 {
color: #f9d1ae;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f4c3d6;
}
.color-4 {
color: #a4d3df;
}
.color-5 {
color: #7da0ba;
}

/* CSS Variables */
:root {
--color-1: #f9d1ae;
--color-2: #f6a8a2;
--color-3: #f4c3d6;
--color-4: #a4d3df;
--color-5: #7da0ba;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d1ae, #f6a8a2, #f4c3d6, #a4d3df, #7da0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d1ae, #f6a8a2, #f4c3d6, #a4d3df, #7da0ba);
}

Celestial Whispers color palette created on .