Phantasm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Phantasm palette
Phantasm color palette PNG image
Phantasm color palette CSS
/* CSS */
.color-1 {
color: #8014ad;
}
.color-2 {
color: #5822c3;
}
.color-3 {
color: #2a42cb;
}
.color-4 {
color: #1d95f7;
}
.color-5 {
color: #02a6f2;
}
/* CSS Variables */
:root {
--color-1: #8014ad;
--color-2: #5822c3;
--color-3: #2a42cb;
--color-4: #1d95f7;
--color-5: #02a6f2;
}
Phantasm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8014ad, #5822c3, #2a42cb, #1d95f7, #02a6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8014ad, #5822c3, #2a42cb, #1d95f7, #02a6f2);
}
Similar color palettes
Phantasm color palette created on .