Gemstone Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gemstone Harmony palette
Gemstone Harmony color palette CSS
/* CSS */
.color-1 {
color: #1e3b8a;
}
.color-2 {
color: #4c6b9a;
}
.color-3 {
color: #7a9cbd;
}
.color-4 {
color: #c0b5d4;
}
.color-5 {
color: #e2a1b4;
}
/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #4c6b9a;
--color-3: #7a9cbd;
--color-4: #c0b5d4;
--color-5: #e2a1b4;
}
Gemstone Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #4c6b9a, #7a9cbd, #c0b5d4, #e2a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #4c6b9a, #7a9cbd, #c0b5d4, #e2a1b4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Gemstone Harmony color palette created on .