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