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