Elexis Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elexis Harmony palette
Elexis Harmony color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #cf3b20;
}
.color-3 {
color: #6d9dc5;
}
.color-4 {
color: #3d8f8c;
}
.color-5 {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #cf3b20;
--color-3: #6d9dc5;
--color-4: #3d8f8c;
--color-5: #f2dfc0;
}
Elexis Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #cf3b20, #6d9dc5, #3d8f8c, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #cf3b20, #6d9dc5, #3d8f8c, #f2dfc0);
}
Similar color palettes
Elexis Harmony color palette created on .