Moon Raker Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moon Raker palette
Moon Raker color palette PNG image
Moon Raker color palette CSS
/* CSS */
.color-1 {
color: #b7c4e6;
}
.color-2 {
color: #a3b1e0;
}
.color-3 {
color: #919ed9;
}
.color-4 {
color: #6881c4;
}
.color-5 {
color: #3d6ab3;
}
/* CSS Variables */
:root {
--color-1: #b7c4e6;
--color-2: #a3b1e0;
--color-3: #919ed9;
--color-4: #6881c4;
--color-5: #3d6ab3;
}
Moon Raker background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c4e6, #a3b1e0, #919ed9, #6881c4, #3d6ab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c4e6, #a3b1e0, #919ed9, #6881c4, #3d6ab3);
}
Similar color palettes
Moon Raker color palette created on .