Shades of Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Orange CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f1b75b;
}
.color-3 {
color: #a3c57c;
}
.color-4 {
color: #6cb8e4;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f1b75b;
--color-3: #a3c57c;
--color-4: #6cb8e4;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f1b75b, #a3c57c, #6cb8e4, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f1b75b, #a3c57c, #6cb8e4, #f39c12);
}

Shades of Orange color palette created on .