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