Mochi Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mochi Dreams palette

Share this palette to:

Mochi Dreams color palette CSS

/* CSS */
.color-1 {
color: #6c508b;
}
.color-2 {
color: #908cc5;
}
.color-3 {
color: #b2c3e0;
}
.color-4 {
color: #dbe4f0;
}
.color-5 {
color: #e9a5b5;
}

/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #908cc5;
--color-3: #b2c3e0;
--color-4: #dbe4f0;
--color-5: #e9a5b5;
}

Mochi Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #908cc5, #b2c3e0, #dbe4f0, #e9a5b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #908cc5, #b2c3e0, #dbe4f0, #e9a5b5);
}

Mochi Dreams color palette created on .