Pixelated Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pixelated Sunset palette

Condividi questa palette a:

tavolozza dei colori Pixelated Sunset CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #3d5a99;
}
.color-5 {
color: #a33e79;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffd942;
--color-4: #3d5a99;
--color-5: #a33e79;
}

CSS con gradiente di sfondo Pixelated Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffd942, #3d5a99, #a33e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffd942, #3d5a99, #a33e79);
}

Pixelated Sunset color palette created on .