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: #fef6a9;
}
.color-2 {
color: #ffcd57;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ff3d40;
}

/* CSS Variables */
:root {
--color-1: #fef6a9;
--color-2: #ffcd57;
--color-3: #ff8b3d;
--color-4: #ff5d38;
--color-5: #ff3d40;
}

Sunny Citrus Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef6a9, #ffcd57, #ff8b3d, #ff5d38, #ff3d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef6a9, #ffcd57, #ff8b3d, #ff5d38, #ff3d40);
}

Sunny Citrus Splash color palette created on .