Loading...
Shades of Blue Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Moon palette
Download Shades of Blue Moon Color Palette (PNG)
Shades of Blue Moon color palette CSS
/* CSS */
.color-1 {
color: #6e9ad8;
}
.color-2 {
color: #4b7dbe;
}
.color-3 {
color: #2f5f93;
}
.color-4 {
color: #b0d7e8;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #6e9ad8;
--color-2: #4b7dbe;
--color-3: #2f5f93;
--color-4: #b0d7e8;
--color-5: #f1f5f8;
}
Shades of Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9ad8, #4b7dbe, #2f5f93, #b0d7e8, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9ad8, #4b7dbe, #2f5f93, #b0d7e8, #f1f5f8);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Shades of Blue Moon color palette created on .