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