Sunrise Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunrise Orange palette

Condividi questa palette a:

tavolozza dei colori Sunrise Orange CSS

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f8d95d;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #f09ea3;
}
.color-5 {
color: #e56a48;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f8d95d;
--color-3: #f9e5a4;
--color-4: #f09ea3;
--color-5: #e56a48;
}

CSS con gradiente di sfondo Sunrise Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f8d95d, #f9e5a4, #f09ea3, #e56a48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f8d95d, #f9e5a4, #f09ea3, #e56a48);
}

Sunrise Orange color palette created on .