Sunny Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Delight palette

Share this palette to:

Sunny Delight color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e60000;
}
.color-3 {
color: #610f0f;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffdb57;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e60000;
--color-3: #610f0f;
--color-4: #ffd900;
--color-5: #ffdb57;
}

Sunny Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e60000, #610f0f, #ffd900, #ffdb57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e60000, #610f0f, #ffd900, #ffdb57);
}

Sunny Delight color palette created on .