Glisa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glisa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Glisa Color Palette (PNG)
Glisa color palette CSS
/* CSS */
.color-1 {
color: #ffc2c3;
}
.color-2 {
color: #ffd6bd;
}
.color-3 {
color: #fff5bd;
}
.color-4 {
color: #dbffea;
}
.color-5 {
color: #dbe6ff;
}
/* CSS Variables */
:root {
--color-1: #ffc2c3;
--color-2: #ffd6bd;
--color-3: #fff5bd;
--color-4: #dbffea;
--color-5: #dbe6ff;
}
Glisa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2c3, #ffd6bd, #fff5bd, #dbffea, #dbe6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2c3, #ffd6bd, #fff5bd, #dbffea, #dbe6ff);
}
Similar color palettes
Glisa color palette created on .