Sunny Dad Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Dad palette

Share this palette to:

Sunny Dad color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f8d37c;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #b6e2bc;
}
.color-5 {
color: #4d90ac;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f8d37c;
--color-3: #f9e6b9;
--color-4: #b6e2bc;
--color-5: #4d90ac;
}

Sunny Dad background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f8d37c, #f9e6b9, #b6e2bc, #4d90ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f8d37c, #f9e6b9, #b6e2bc, #4d90ac);
}

Sunny Dad color palette created on .