Illusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Illusion palette
Illusion color palette PNG image
Illusion color palette CSS
/* CSS */
.color-1 {
color: #f6a2c8;
}
.color-2 {
color: #f5c2ce;
}
.color-3 {
color: #f4e1e9;
}
.color-4 {
color: #d6aada;
}
.color-5 {
color: #b78acc;
}
/* CSS Variables */
:root {
--color-1: #f6a2c8;
--color-2: #f5c2ce;
--color-3: #f4e1e9;
--color-4: #d6aada;
--color-5: #b78acc;
}
Illusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c8, #f5c2ce, #f4e1e9, #d6aada, #b78acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c8, #f5c2ce, #f4e1e9, #d6aada, #b78acc);
}
Similar color palettes
Illusion color palette created on .