Sunset on the Plains Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset on the Plains palette

Condividi questa palette a:

tavolozza dei colori Sunset on the Plains CSS

/* CSS */
.color-1 {
color: #fce0b6;
}
.color-2 {
color: #f4b96c;
}
.color-3 {
color: #f39b20;
}
.color-4 {
color: #d37d27;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #fce0b6;
--color-2: #f4b96c;
--color-3: #f39b20;
--color-4: #d37d27;
--color-5: #9f512d;
}

CSS con gradiente di sfondo Sunset on the Plains

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce0b6, #f4b96c, #f39b20, #d37d27, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce0b6, #f4b96c, #f39b20, #d37d27, #9f512d);
}

Sunset on the Plains color palette created on .