Red Paper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Paper palette
Red Paper color palette CSS
/* CSS */
.color-1 {
color: #5e2b2d;
}
.color-2 {
color: #aa4c4b;
}
.color-3 {
color: #e6898b;
}
.color-4 {
color: #f5b2b3;
}
.color-5 {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--color-1: #5e2b2d;
--color-2: #aa4c4b;
--color-3: #e6898b;
--color-4: #f5b2b3;
--color-5: #f6e4e4;
}
Red Paper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b2d, #aa4c4b, #e6898b, #f5b2b3, #f6e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b2d, #aa4c4b, #e6898b, #f5b2b3, #f6e4e4);
}
Similar color palettes
Red Paper color palette created on .