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