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