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