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: #1d4d90;
}
.color-2 {
color: #3a6ea6;
}
.color-3 {
color: #85aad1;
}
.color-4 {
color: #b7d3e6;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #1d4d90;
--color-2: #3a6ea6;
--color-3: #85aad1;
--color-4: #b7d3e6;
--color-5: #f5f9ff;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d90, #3a6ea6, #85aad1, #b7d3e6, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d90, #3a6ea6, #85aad1, #b7d3e6, #f5f9ff);
}

Celestial Whispers color palette created on .