Momo's Whisker Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Momo's Whisker Blossoms palette

Share this palette to:

Momo's Whisker Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f1a2c5;
}
.color-3 {
color: #fb799c;
}
.color-4 {
color: #ff4d73;
}
.color-5 {
color: #ff2e5b;
}

/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f1a2c5;
--color-3: #fb799c;
--color-4: #ff4d73;
--color-5: #ff2e5b;
}

Momo's Whisker Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f1a2c5, #fb799c, #ff4d73, #ff2e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f1a2c5, #fb799c, #ff4d73, #ff2e5b);
}

Momo's Whisker Blossoms color palette created on .