Sunny Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Moonlight palette

Share this palette to:

Sunny Moonlight color palette CSS

/* CSS */
.color-1 {
color: #f9d36c;
}
.color-2 {
color: #f5ba4d;
}
.color-3 {
color: #f39a39;
}
.color-4 {
color: #f19e6a;
}
.color-5 {
color: #b1b2e7;
}

/* CSS Variables */
:root {
--color-1: #f9d36c;
--color-2: #f5ba4d;
--color-3: #f39a39;
--color-4: #f19e6a;
--color-5: #b1b2e7;
}

Sunny Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d36c, #f5ba4d, #f39a39, #f19e6a, #b1b2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d36c, #f5ba4d, #f39a39, #f19e6a, #b1b2e7);
}

Sunny Moonlight color palette created on .