Rosy Crimson Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosy Crimson Reverie palette
Rosy Crimson Reverie color palette CSS
/* CSS */
.color-1 {
color: #edced0;
}
.color-2 {
color: #d793a1;
}
.color-3 {
color: #ca6367;
}
.color-4 {
color: #b62b3d;
}
.color-5 {
color: #773235;
}
/* CSS Variables */
:root {
--color-1: #edced0;
--color-2: #d793a1;
--color-3: #ca6367;
--color-4: #b62b3d;
--color-5: #773235;
}
Rosy Crimson Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edced0, #d793a1, #ca6367, #b62b3d, #773235);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edced0, #d793a1, #ca6367, #b62b3d, #773235);
}
Similar color palettes
- Purple and Green Balance
- Rosy Night Shades
- Vibrant Orange
- Shades of Orange
- Cute Pink
- Seashell Serenade
- Shades of Yellow Pink
- Rosy Sunrise
- Twilight Reverie
- Vibrant Odyssey
- Shades of Orange
- Soulful Embrace
- Mystical Ember Dragon
- Veronica's Blossom
- Pink Shades of Sebastian
- Shades of Orange
- Whimsical Blooms
- Blush Blossom
Rosy Crimson Reverie color palette created on .