Sunny Citrus Splash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Citrus Splash palette

Share this palette to:

Sunny Citrus Splash color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe680;
}
.color-5 {
color: #fff2a8;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcc00;
--color-3: #ffdd33;
--color-4: #ffe680;
--color-5: #fff2a8;
}

Sunny Citrus Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcc00, #ffdd33, #ffe680, #fff2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcc00, #ffdd33, #ffe680, #fff2a8);
}

Sunny Citrus Splash color palette created on .