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