Blue Moondrop Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moondrop palette
Blue Moondrop color palette CSS
/* CSS */
.color-1 {
color: #4b7bec;
}
.color-2 {
color: #6cb4e4;
}
.color-3 {
color: #83d3e7;
}
.color-4 {
color: #a1dee3;
}
.color-5 {
color: #d2f9f0;
}
/* CSS Variables */
:root {
--color-1: #4b7bec;
--color-2: #6cb4e4;
--color-3: #83d3e7;
--color-4: #a1dee3;
--color-5: #d2f9f0;
}
Blue Moondrop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7bec, #6cb4e4, #83d3e7, #a1dee3, #d2f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7bec, #6cb4e4, #83d3e7, #a1dee3, #d2f9f0);
}
Similar color palettes
Blue Moondrop color palette created on .