Red Damask Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Damask palette

Share this palette to:

Red Damask color palette CSS

/* CSS */
.color-1 {
color: #d9683f;
}
.color-2 {
color: #c25d38;
}
.color-3 {
color: #a74b2f;
}
.color-4 {
color: #d17a6b;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #d9683f;
--color-2: #c25d38;
--color-3: #a74b2f;
--color-4: #d17a6b;
--color-5: #000000;
}

Red Damask background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9683f, #c25d38, #a74b2f, #d17a6b, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9683f, #c25d38, #a74b2f, #d17a6b, #000000);
}

Red Damask color palette created on .