Passionate Illusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Passionate Illusion palette
Color Inspiration
Images that showcase this color palette in real designs
Download Passionate Illusion Color Palette (PNG)
Passionate Illusion color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbb33;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #a9d40c;
}
.color-5 {
color: #3cb3c8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbb33;
--color-3: #ffec42;
--color-4: #a9d40c;
--color-5: #3cb3c8;
}
Passionate Illusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbb33, #ffec42, #a9d40c, #3cb3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbb33, #ffec42, #a9d40c, #3cb3c8);
}
Similar color palettes
Passionate Illusion color palette created on .