Sunfist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunfist palette

Share this palette to:

Sunfist color palette PNG image

Download sunfist color palette PNG image (landscape)
Download sunfist color palette PNG image (square)

Sunfist color palette CSS

/* CSS */
.color-1 {
color: #f7cc82;
}
.color-2 {
color: #f7a78d;
}
.color-3 {
color: #f68574;
}
.color-4 {
color: #f8c99b;
}
.color-5 {
color: #f6de74;
}

/* CSS Variables */
:root {
--color-1: #f7cc82;
--color-2: #f7a78d;
--color-3: #f68574;
--color-4: #f8c99b;
--color-5: #f6de74;
}

Sunfist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cc82, #f7a78d, #f68574, #f8c99b, #f6de74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cc82, #f7a78d, #f68574, #f8c99b, #f6de74);
}

Sunfist color palette created on .