Serene Dusk Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Dusk Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Serene Dusk Dreamscape CSS

/* 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 con gradiente di sfondo 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);
}

Serene Dusk Dreamscape color palette created on .