Blue Underrated Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Underrated palette
Blue Underrated color palette CSS
/* CSS */
.color-1 {
color: #3b5d8c;
}
.color-2 {
color: #618eb8;
}
.color-3 {
color: #78bdd3;
}
.color-4 {
color: #a2d7e7;
}
.color-5 {
color: #f1e0a7;
}
/* CSS Variables */
:root {
--color-1: #3b5d8c;
--color-2: #618eb8;
--color-3: #78bdd3;
--color-4: #a2d7e7;
--color-5: #f1e0a7;
}
Blue Underrated background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d8c, #618eb8, #78bdd3, #a2d7e7, #f1e0a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d8c, #618eb8, #78bdd3, #a2d7e7, #f1e0a7);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Blue Underrated color palette created on .