Roaring Heights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Roaring Heights palette
Color Inspiration
Images that showcase this color palette in real designs
Download Roaring Heights Color Palette (PNG)
Roaring Heights color palette CSS
/* CSS */
.color-1 {
color: #f7b7a1;
}
.color-2 {
color: #f3e66d;
}
.color-3 {
color: #b3d67a;
}
.color-4 {
color: #5bc2d7;
}
.color-5 {
color: #6a8db9;
}
/* CSS Variables */
:root {
--color-1: #f7b7a1;
--color-2: #f3e66d;
--color-3: #b3d67a;
--color-4: #5bc2d7;
--color-5: #6a8db9;
}
Roaring Heights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b7a1, #f3e66d, #b3d67a, #5bc2d7, #6a8db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b7a1, #f3e66d, #b3d67a, #5bc2d7, #6a8db9);
}
Similar color palettes
Roaring Heights color palette created on .