Sunny Sam Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Sam palette

Share this palette to:

Sunny Sam color palette CSS

/* CSS */
.color-1 {
color: #f7ce6e;
}
.color-2 {
color: #f7be6e;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #f9df6c;
}
.color-5 {
color: #fce76e;
}

/* CSS Variables */
:root {
--color-1: #f7ce6e;
--color-2: #f7be6e;
--color-3: #f9d36c;
--color-4: #f9df6c;
--color-5: #fce76e;
}

Sunny Sam background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ce6e, #f7be6e, #f9d36c, #f9df6c, #fce76e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ce6e, #f7be6e, #f9d36c, #f9df6c, #fce76e);
}

Sunny Sam color palette created on .