Golden Sunrise Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sunrise Dream palette

Condividi questa palette a:

tavolozza dei colori Golden Sunrise Dream CSS

/* CSS */
.color-1 {
color: #deaf02;
}
.color-2 {
color: #e6bf00;
}
.color-3 {
color: #f0d84c;
}
.color-4 {
color: #f7e09c;
}
.color-5 {
color: #f9d59f;
}

/* CSS Variables */
:root {
--color-1: #deaf02;
--color-2: #e6bf00;
--color-3: #f0d84c;
--color-4: #f7e09c;
--color-5: #f9d59f;
}

CSS con gradiente di sfondo Golden Sunrise Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deaf02, #e6bf00, #f0d84c, #f7e09c, #f9d59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deaf02, #e6bf00, #f0d84c, #f7e09c, #f9d59f);
}

Golden Sunrise Dream color palette created on .