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: #e66c37;
}
.color-2 {
color: #f7a64a;
}
.color-3 {
color: #f4d171;
}
.color-4 {
color: #a7e2b6;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #e66c37;
--color-2: #f7a64a;
--color-3: #f4d171;
--color-4: #a7e2b6;
--color-5: #4eb7ac;
}

CSS con gradiente di sfondo Orange Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e66c37, #f7a64a, #f4d171, #a7e2b6, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e66c37, #f7a64a, #f4d171, #a7e2b6, #4eb7ac);
}

Orange Sunrise color palette created on .