Shining Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shining Blue palette
Shining Blue color palette CSS
/* CSS */
.color-1 {
color: #d1d3e0;
}
.color-2 {
color: #a3b6d7;
}
.color-3 {
color: #80b3c6;
}
.color-4 {
color: #4cae99;
}
.color-5 {
color: #2a796c;
}
/* CSS Variables */
:root {
--color-1: #d1d3e0;
--color-2: #a3b6d7;
--color-3: #80b3c6;
--color-4: #4cae99;
--color-5: #2a796c;
}
Shining Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d3e0, #a3b6d7, #80b3c6, #4cae99, #2a796c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d3e0, #a3b6d7, #80b3c6, #4cae99, #2a796c);
}
Similar color palettes
Shining Blue color palette created on .