Literary Rose Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Literary Rose Tones palette

Share this palette to:

Literary Rose Tones color palette CSS

/* CSS */
.color-1 {
color: #b43131;
}
.color-2 {
color: #d86969;
}
.color-3 {
color: #f1a9a7;
}
.color-4 {
color: #f7d6a1;
}
.color-5 {
color: #e6c68e;
}

/* CSS Variables */
:root {
--color-1: #b43131;
--color-2: #d86969;
--color-3: #f1a9a7;
--color-4: #f7d6a1;
--color-5: #e6c68e;
}

Literary Rose Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b43131, #d86969, #f1a9a7, #f7d6a1, #e6c68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b43131, #d86969, #f1a9a7, #f7d6a1, #e6c68e);
}

Literary Rose Tones color palette created on .