Otherworldly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Otherworldly palette
Color Inspiration
Images that showcase this color palette in real designs
Download Otherworldly Color Palette (PNG)
Otherworldly color palette CSS
/* CSS */
.color-1 {
color: #7b5b9f;
}
.color-2 {
color: #a76c9f;
}
.color-3 {
color: #d29070;
}
.color-4 {
color: #f1c15b;
}
.color-5 {
color: #f6c9b6;
}
/* CSS Variables */
:root {
--color-1: #7b5b9f;
--color-2: #a76c9f;
--color-3: #d29070;
--color-4: #f1c15b;
--color-5: #f6c9b6;
}
Otherworldly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5b9f, #a76c9f, #d29070, #f1c15b, #f6c9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5b9f, #a76c9f, #d29070, #f1c15b, #f6c9b6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Otherworldly color palette created on .