Magenta Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magenta Dreamscape palette

Share this palette to:

Magenta Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ff297e;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff297e;
--color-2: #ff7092;
--color-3: #ffb3c1;
--color-4: #ffccff;
--color-5: #d6006f;
}

Magenta Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff297e, #ff7092, #ffb3c1, #ffccff, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff297e, #ff7092, #ffb3c1, #ffccff, #d6006f);
}

Similar color palettes

Magenta Dreamscape color palette created on .