Sunglow Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunglow Shades palette

Condividi questa palette a:

tavolozza dei colori Sunglow Shades CSS

/* CSS */
.color-1 {
color: #ffdd33;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ffdd33;
--color-2: #ffb300;
--color-3: #ff9100;
--color-4: #ff6e00;
--color-5: #ff4d00;
}

CSS con gradiente di sfondo Sunglow Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd33, #ffb300, #ff9100, #ff6e00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd33, #ffb300, #ff9100, #ff6e00, #ff4d00);
}

Sunglow Shades color palette created on .