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: #3a5e9c;
}
.color-2 {
color: #66a2c2;
}
.color-3 {
color: #b1d8e7;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #d65e5c;
}

/* CSS Variables */
:root {
--color-1: #3a5e9c;
--color-2: #66a2c2;
--color-3: #b1d8e7;
--color-4: #f4b69f;
--color-5: #d65e5c;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5e9c, #66a2c2, #b1d8e7, #f4b69f, #d65e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5e9c, #66a2c2, #b1d8e7, #f4b69f, #d65e5c);
}

Celestial Whispers color palette created on .