Moonlit Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlit Blossoms palette

Share this palette to:

Moonlit Blossoms color palette CSS

/* CSS */
.color-1 {
color: #233876;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #a45b79;
}
.color-4 {
color: #f1a7b4;
}
.color-5 {
color: #fbcf8e;
}

/* CSS Variables */
:root {
--color-1: #233876;
--color-2: #4b7c9b;
--color-3: #a45b79;
--color-4: #f1a7b4;
--color-5: #fbcf8e;
}

Moonlit Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233876, #4b7c9b, #a45b79, #f1a7b4, #fbcf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233876, #4b7c9b, #a45b79, #f1a7b4, #fbcf8e);
}

Moonlit Blossoms color palette created on .