Paleta de colores Serene Dusk Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Dusk Dreamscape palette
CSS de la paleta de colores Serene Dusk Dreamscape
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #b5c8e8;
}
.color-4 {
color: #2e4a7f;
}
.color-5 {
color: #1d3b67;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #496c9c;
--color-3: #b5c8e8;
--color-4: #2e4a7f;
--color-5: #1d3b67;
}
CSS del degradado de fondo Serene Dusk Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #496c9c, #b5c8e8, #2e4a7f, #1d3b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #496c9c, #b5c8e8, #2e4a7f, #1d3b67);
}
Paletas de colores similares
Serene Dusk Dreamscape color palette created on .