Fairy Tale Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fairy Tale Dreams palette

Share this palette to:

Fairy Tale Dreams color palette CSS

/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #f9c3b4;
}
.color-3 {
color: #f5e68e;
}
.color-4 {
color: #a1d581;
}
.color-5 {
color: #65b7e7;
}

/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #f9c3b4;
--color-3: #f5e68e;
--color-4: #a1d581;
--color-5: #65b7e7;
}

Fairy Tale Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #f9c3b4, #f5e68e, #a1d581, #65b7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #f9c3b4, #f5e68e, #a1d581, #65b7e7);
}

Fairy Tale Dreams color palette created on .