Citrus Sunrise Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Citrus Sunrise palette

Condividi questa palette a:

tavolozza dei colori Citrus Sunrise CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffe88a;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9e3d;
--color-3: #ffcb5c;
--color-4: #ffe88a;
--color-5: #fff9c2;
}

CSS con gradiente di sfondo Citrus Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9e3d, #ffcb5c, #ffe88a, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9e3d, #ffcb5c, #ffe88a, #fff9c2);
}

Citrus Sunrise color palette created on .