Warm Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Warm Sunrise

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

tavolozza dei colori Warm Sunrise CSS

/* CSS */
.color-1 {
color: #f8f8f1;
}
.color-2 {
color: #ffb39e;
}
.color-3 {
color: #f09c3d;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #7a3b00;
}

/* CSS Variables */
:root {
--color-1: #f8f8f1;
--color-2: #ffb39e;
--color-3: #f09c3d;
--color-4: #f4e4b3;
--color-5: #7a3b00;
}

CSS con gradiente di sfondo Warm Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f8f1, #ffb39e, #f09c3d, #f4e4b3, #7a3b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f8f1, #ffb39e, #f09c3d, #f4e4b3, #7a3b00);
}

Warm Sunrise color palette created on .