Elegant Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Elegant Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Elegant Sunrise

Download elegant sunrise color palette PNG image (landscape)
Download elegant sunrise color palette PNG image (square)

tavolozza dei colori Elegant Sunrise CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #f0b847;
}
.color-4 {
color: #f0a29e;
}
.color-5 {
color: #e9e94e;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #fffff0;
--color-3: #f0b847;
--color-4: #f0a29e;
--color-5: #e9e94e;
}

CSS con gradiente di sfondo Elegant Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #fffff0, #f0b847, #f0a29e, #e9e94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #fffff0, #f0b847, #f0a29e, #e9e94e);
}

Elegant Sunrise color palette created on .