Sunny Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Blue palette

Share this palette to:

Sunny Blue color palette CSS

/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #e5e2a4;
}
.color-4 {
color: #8bc8e5;
}
.color-5 {
color: #4a9eb5;
}

/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #f3ca4f;
--color-3: #e5e2a4;
--color-4: #8bc8e5;
--color-5: #4a9eb5;
}

Sunny Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #f3ca4f, #e5e2a4, #8bc8e5, #4a9eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #f3ca4f, #e5e2a4, #8bc8e5, #4a9eb5);
}

Sunny Blue color palette created on .