Paleta de colores Celestial Drift

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Drift palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Drift

/* CSS */
.color-1 {
color: #f7e8ca;
}
.color-2 {
color: #c6d8e6;
}
.color-3 {
color: #89b2e1;
}
.color-4 {
color: #4f9dc4;
}
.color-5 {
color: #2b6e91;
}

/* CSS Variables */
:root {
--color-1: #f7e8ca;
--color-2: #c6d8e6;
--color-3: #89b2e1;
--color-4: #4f9dc4;
--color-5: #2b6e91;
}

CSS del degradado de fondo Celestial Drift

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ca, #c6d8e6, #89b2e1, #4f9dc4, #2b6e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ca, #c6d8e6, #89b2e1, #4f9dc4, #2b6e91);
}

Celestial Drift color palette created on .