Paleta de colores Celestial Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreams

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d2379e;
}
.color-3 {
color: #5d5dbb;
}
.color-4 {
color: #00a8e0;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d2379e;
--color-3: #5d5dbb;
--color-4: #00a8e0;
--color-5: #e2f2fd;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d2379e, #5d5dbb, #00a8e0, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d2379e, #5d5dbb, #00a8e0, #e2f2fd);
}

Celestial Dreams color palette created on .