Rustic Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Whimsy palette

Share this palette to:

Rustic Whimsy color palette CSS

/* CSS */
.color-1 {
color: #d77d3c;
}
.color-2 {
color: #f9a058;
}
.color-3 {
color: #f6e5d5;
}
.color-4 {
color: #b6402b;
}
.color-5 {
color: #4c2c1f;
}

/* CSS Variables */
:root {
--color-1: #d77d3c;
--color-2: #f9a058;
--color-3: #f6e5d5;
--color-4: #b6402b;
--color-5: #4c2c1f;
}

Rustic Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d77d3c, #f9a058, #f6e5d5, #b6402b, #4c2c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d77d3c, #f9a058, #f6e5d5, #b6402b, #4c2c1f);
}

Rustic Whimsy color palette created on .