Paleta de colores Cyber Sunset Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cyber Sunset Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Cyber Sunset Dreams

/* CSS */
.color-1 {
color: #79d3f1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #f78db2;
}
.color-5 {
color: #5b4dff;
}

/* CSS Variables */
:root {
--color-1: #79d3f1;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #f78db2;
--color-5: #5b4dff;
}

CSS del degradado de fondo Cyber Sunset Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79d3f1, #ff6e61, #ffb347, #f78db2, #5b4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79d3f1, #ff6e61, #ffb347, #f78db2, #5b4dff);
}

Cyber Sunset Dreams color palette created on .