Cosmic Mirth and Melancholy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Mirth and Melancholy palette
Cosmic Mirth and Melancholy color palette CSS
/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #6e5b9a;
}
.color-3 {
color: #a8a05d;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #6e5b9a;
--color-3: #a8a05d;
--color-4: #f9c54e;
--color-5: #f94346;
}
Cosmic Mirth and Melancholy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Cosmic Mirth and Melancholy color palette created on .