Raven Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Raven Moonlight palette
Raven Moonlight color palette PNG image
Raven Moonlight color palette CSS
/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3e3e5b;
}
.color-3 {
color: #5d5d79;
}
.color-4 {
color: #7f7f94;
}
.color-5 {
color: #a0a0b0;
}
/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3e3e5b;
--color-3: #5d5d79;
--color-4: #7f7f94;
--color-5: #a0a0b0;
}
Raven Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3e3e5b, #5d5d79, #7f7f94, #a0a0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3e3e5b, #5d5d79, #7f7f94, #a0a0b0);
}
Similar color palettes
Raven Moonlight color palette created on .