Literary Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Literary Rose palette
Literary Rose color palette CSS
/* CSS */
.color-1 {
color: #ffc9b3;
}
.color-2 {
color: #ffdfc7;
}
.color-3 {
color: #ffecc7;
}
.color-4 {
color: #fda0e3;
}
.color-5 {
color: #e980f9;
}
/* CSS Variables */
:root {
--color-1: #ffc9b3;
--color-2: #ffdfc7;
--color-3: #ffecc7;
--color-4: #fda0e3;
--color-5: #e980f9;
}
Literary Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc9b3, #ffdfc7, #ffecc7, #fda0e3, #e980f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc9b3, #ffdfc7, #ffecc7, #fda0e3, #e980f9);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Literary Rose color palette created on .