Sunny Buff Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Buff palette

Share this palette to:

Sunny Buff color palette PNG image

Download sunny buff color palette PNG image (landscape)
Download sunny buff color palette PNG image (square)

Sunny Buff color palette CSS

/* CSS */
.color-1 {
color: #f1dd83;
}
.color-2 {
color: #eedd6d;
}
.color-3 {
color: #e6cc5c;
}
.color-4 {
color: #d5b64d;
}
.color-5 {
color: #c6a539;
}

/* CSS Variables */
:root {
--color-1: #f1dd83;
--color-2: #eedd6d;
--color-3: #e6cc5c;
--color-4: #d5b64d;
--color-5: #c6a539;
}

Sunny Buff background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dd83, #eedd6d, #e6cc5c, #d5b64d, #c6a539);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dd83, #eedd6d, #e6cc5c, #d5b64d, #c6a539);
}

Sunny Buff color palette created on .