Paleta de colores Celestial Confections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Confections palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Confections

/* CSS */
.color-1 {
color: #e0e8f0;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6da5d9;
}
.color-4 {
color: #3e8ebb;
}
.color-5 {
color: #2a6c8d;
}

/* CSS Variables */
:root {
--color-1: #e0e8f0;
--color-2: #a6c6ed;
--color-3: #6da5d9;
--color-4: #3e8ebb;
--color-5: #2a6c8d;
}

CSS del degradado de fondo Celestial Confections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8f0, #a6c6ed, #6da5d9, #3e8ebb, #2a6c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8f0, #a6c6ed, #6da5d9, #3e8ebb, #2a6c8d);
}

Celestial Confections color palette created on .