Blue Moonwatcher Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moonwatcher palette
Blue Moonwatcher color palette CSS
/* CSS */
.color-1 {
color: #3b4b78;
}
.color-2 {
color: #698dab;
}
.color-3 {
color: #a1c5e2;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #f9c4b4;
}
/* CSS Variables */
:root {
--color-1: #3b4b78;
--color-2: #698dab;
--color-3: #a1c5e2;
--color-4: #f7e1b6;
--color-5: #f9c4b4;
}
Blue Moonwatcher background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b78, #698dab, #a1c5e2, #f7e1b6, #f9c4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b78, #698dab, #a1c5e2, #f7e1b6, #f9c4b4);
}
Similar color palettes
Blue Moonwatcher color palette created on .