Shades of Ruby Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Ruby palette
Shades of Ruby color palette CSS
/* CSS */
.color-1 {
color: #3c101b;
}
.color-2 {
color: #6a293d;
}
.color-3 {
color: #a85d7d;
}
.color-4 {
color: #d69d9a;
}
.color-5 {
color: #f0c1c5;
}
/* CSS Variables */
:root {
--color-1: #3c101b;
--color-2: #6a293d;
--color-3: #a85d7d;
--color-4: #d69d9a;
--color-5: #f0c1c5;
}
Shades of Ruby background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c101b, #6a293d, #a85d7d, #d69d9a, #f0c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c101b, #6a293d, #a85d7d, #d69d9a, #f0c1c5);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Crimson Shadows
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Seductive Harmony
- Midnight Whispers
- Dark Red Horror
- Inferno Rider
- Sinister Elegance
- Dark Purple Rainbow
- Dark Red Elegance
Shades of Ruby color palette created on .