Mystical Cookie Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystical Cookie Dreamscape palette

Share this palette to:

Mystical Cookie Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #d279af;
}
.color-2 {
color: #dfa4c6;
}
.color-3 {
color: #ebc6e1;
}
.color-4 {
color: #fae0e6;
}
.color-5 {
color: #fbd5e9;
}

/* CSS Variables */
:root {
--color-1: #d279af;
--color-2: #dfa4c6;
--color-3: #ebc6e1;
--color-4: #fae0e6;
--color-5: #fbd5e9;
}

Mystical Cookie Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d279af, #dfa4c6, #ebc6e1, #fae0e6, #fbd5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d279af, #dfa4c6, #ebc6e1, #fae0e6, #fbd5e9);
}

Similar color palettes

Mystical Cookie Dreamscape color palette created on .