Orange Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sunrise palette

Condividi questa palette a:

tavolozza dei colori Orange Sunrise CSS

/* CSS */
.color-1 {
color: #fe662f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6d25b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4ebc93;
}

/* CSS Variables */
:root {
--color-1: #fe662f;
--color-2: #f0a800;
--color-3: #e6d25b;
--color-4: #a3d55d;
--color-5: #4ebc93;
}

CSS con gradiente di sfondo Orange Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}

Orange Sunrise color palette created on .