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: #66ccdb;
}
.color-2 {
color: #4dc3d5;
}
.color-3 {
color: #40afce;
}
.color-4 {
color: #2a8ca7;
}
.color-5 {
color: #1b7b93;
}
/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #4dc3d5;
--color-3: #40afce;
--color-4: #2a8ca7;
--color-5: #1b7b93;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #4dc3d5, #40afce, #2a8ca7, #1b7b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #4dc3d5, #40afce, #2a8ca7, #1b7b93);
}
Similar color palettes
Shades of Blue color palette created on .