Moonlit Blossom Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlit Blossom Harmony palette

Share this palette to:

Moonlit Blossom Harmony color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #a4d6a9;
}
.color-3 {
color: #6d9c8b;
}
.color-4 {
color: #3d6b59;
}
.color-5 {
color: #2a4c3c;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #a4d6a9;
--color-3: #6d9c8b;
--color-4: #3d6b59;
--color-5: #2a4c3c;
}

Moonlit Blossom Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #a4d6a9, #6d9c8b, #3d6b59, #2a4c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #a4d6a9, #6d9c8b, #3d6b59, #2a4c3c);
}

Moonlit Blossom Harmony color palette created on .