Husk Sundays Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Husk Sundays palette

Share this palette to:

Husk Sundays color palette CSS

/* CSS */
.color-1 {
color: #f1c17e;
}
.color-2 {
color: #f5cf99;
}
.color-3 {
color: #fae5b2;
}
.color-4 {
color: #fbeec1;
}
.color-5 {
color: #fcf7ee;
}

/* CSS Variables */
:root {
--color-1: #f1c17e;
--color-2: #f5cf99;
--color-3: #fae5b2;
--color-4: #fbeec1;
--color-5: #fcf7ee;
}

Husk Sundays background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c17e, #f5cf99, #fae5b2, #fbeec1, #fcf7ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c17e, #f5cf99, #fae5b2, #fbeec1, #fcf7ee);
}

Husk Sundays color palette created on .