Blue Eyes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Eyes palette
Blue Eyes color palette CSS
/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #4f7cba;
}
.color-3 {
color: #3e5b89;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #d65c8d;
}
/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #4f7cba;
--color-3: #3e5b89;
--color-4: #eab8c9;
--color-5: #d65c8d;
}
Blue Eyes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #4f7cba, #3e5b89, #eab8c9, #d65c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #4f7cba, #3e5b89, #eab8c9, #d65c8d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Eyes color palette created on .