Whiskered Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whiskered Elegance palette

Share this palette to:

Whiskered Elegance color palette CSS

/* CSS */
.color-1 {
color: #d9b3a1;
}
.color-2 {
color: #b67d63;
}
.color-3 {
color: #a45a3d;
}
.color-4 {
color: #7a3f2a;
}
.color-5 {
color: #4f2b1c;
}

/* CSS Variables */
:root {
--color-1: #d9b3a1;
--color-2: #b67d63;
--color-3: #a45a3d;
--color-4: #7a3f2a;
--color-5: #4f2b1c;
}

Whiskered Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3a1, #b67d63, #a45a3d, #7a3f2a, #4f2b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3a1, #b67d63, #a45a3d, #7a3f2a, #4f2b1c);
}

Whiskered Elegance color palette created on .