Redhead Academia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Redhead Academia palette
Redhead Academia color palette PNG image
Redhead Academia color palette CSS
/* CSS */
.color-1 {
color: #c94a4c;
}
.color-2 {
color: #e8a49b;
}
.color-3 {
color: #f0d9c7;
}
.color-4 {
color: #6d4a8c;
}
.color-5 {
color: #9c5e91;
}
/* CSS Variables */
:root {
--color-1: #c94a4c;
--color-2: #e8a49b;
--color-3: #f0d9c7;
--color-4: #6d4a8c;
--color-5: #9c5e91;
}
Redhead Academia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94a4c, #e8a49b, #f0d9c7, #6d4a8c, #9c5e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94a4c, #e8a49b, #f0d9c7, #6d4a8c, #9c5e91);
}
Similar color palettes
Redhead Academia color palette created on .