Academic Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Academic Red Shades palette
Academic Red Shades color palette CSS
/* CSS */
.color-1 {
color: #9d1b30;
}
.color-2 {
color: #b03b46;
}
.color-3 {
color: #c85b6d;
}
.color-4 {
color: #e7a9a2;
}
.color-5 {
color: #f2d4d9;
}
/* CSS Variables */
:root {
--color-1: #9d1b30;
--color-2: #b03b46;
--color-3: #c85b6d;
--color-4: #e7a9a2;
--color-5: #f2d4d9;
}
Academic Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d1b30, #b03b46, #c85b6d, #e7a9a2, #f2d4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d1b30, #b03b46, #c85b6d, #e7a9a2, #f2d4d9);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Academic Red Shades color palette created on .