Dream Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dream Moth palette

Share this palette to:

Dream Moth color palette CSS

/* CSS */
.color-1 {
color: #d6c7e1;
}
.color-2 {
color: #9fb1df;
}
.color-3 {
color: #6c9cc6;
}
.color-4 {
color: #3f7a9d;
}
.color-5 {
color: #1b5b93;
}

/* CSS Variables */
:root {
--color-1: #d6c7e1;
--color-2: #9fb1df;
--color-3: #6c9cc6;
--color-4: #3f7a9d;
--color-5: #1b5b93;
}

Dream Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7e1, #9fb1df, #6c9cc6, #3f7a9d, #1b5b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7e1, #9fb1df, #6c9cc6, #3f7a9d, #1b5b93);
}

Similar color palettes

Dream Moth color palette created on .