Monika's Melody Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Monika's Melody palette

Share this palette to:

Monika's Melody color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6b9cd1;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e76a6a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6b9cd1;
--color-3: #f0a800;
--color-4: #f1c84b;
--color-5: #e76a6a;
}

Monika's Melody background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6b9cd1, #f0a800, #f1c84b, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6b9cd1, #f0a800, #f1c84b, #e76a6a);
}

Monika's Melody color palette created on .