Revolutionary Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Revolutionary Harmony palette
Revolutionary Harmony color palette CSS
/* CSS */
.color-1 {
color: #1f3b6f;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #79a1c8;
}
.color-4 {
color: #e8a64f;
}
.color-5 {
color: #d1583d;
}
/* CSS Variables */
:root {
--color-1: #1f3b6f;
--color-2: #496d9c;
--color-3: #79a1c8;
--color-4: #e8a64f;
--color-5: #d1583d;
}
Revolutionary Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b6f, #496d9c, #79a1c8, #e8a64f, #d1583d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b6f, #496d9c, #79a1c8, #e8a64f, #d1583d);
}
Similar color palettes
Revolutionary Harmony color palette created on .