Crystal Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crystal Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crystal Blue Color Palette (PNG)
Crystal Blue color palette CSS
/* CSS */
.color-1 {
color: #a3d7e6;
}
.color-2 {
color: #c2e1e5;
}
.color-3 {
color: #f1d4a2;
}
.color-4 {
color: #f2b8a1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a3d7e6;
--color-2: #c2e1e5;
--color-3: #f1d4a2;
--color-4: #f2b8a1;
--color-5: #ff6e61;
}
Crystal Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e6, #c2e1e5, #f1d4a2, #f2b8a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e6, #c2e1e5, #f1d4a2, #f2b8a1, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Crystal Blue color palette created on .