Crystal Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crystal Spectrum palette
Crystal Spectrum color palette CSS
/* CSS */
.color-1 {
color: #f7d9e4;
}
.color-2 {
color: #f3b4d9;
}
.color-3 {
color: #d9b1e2;
}
.color-4 {
color: #a3bae0;
}
.color-5 {
color: #94c8e1;
}
/* CSS Variables */
:root {
--color-1: #f7d9e4;
--color-2: #f3b4d9;
--color-3: #d9b1e2;
--color-4: #a3bae0;
--color-5: #94c8e1;
}
Crystal Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e4, #f3b4d9, #d9b1e2, #a3bae0, #94c8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e4, #f3b4d9, #d9b1e2, #a3bae0, #94c8e1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Crystal Spectrum color palette created on .