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