Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #2e8999;
}
.color-3 {
color: #4ca9b8;
}
.color-4 {
color: #a4d6db;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #2e8999;
--color-3: #4ca9b8;
--color-4: #a4d6db;
--color-5: #e0f7fa;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #2e8999, #4ca9b8, #a4d6db, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #2e8999, #4ca9b8, #a4d6db, #e0f7fa);
}
Similar color palettes
Shades of Blue color palette created on .