Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fantasy palette

Share this palette to:

Fantasy color palette CSS

/* CSS */
.color-1 {
color: #b48cba;
}
.color-2 {
color: #f1d0d3;
}
.color-3 {
color: #b7e1c9;
}
.color-4 {
color: #f6e6a2;
}
.color-5 {
color: #f7a1a1;
}

/* CSS Variables */
:root {
--color-1: #b48cba;
--color-2: #f1d0d3;
--color-3: #b7e1c9;
--color-4: #f6e6a2;
--color-5: #f7a1a1;
}

Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
}

Fantasy color palette created on .