Yami Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yami palette
Color Inspiration
Images that showcase this color palette in real designs
Download Yami Color Palette (PNG)
Yami color palette CSS
/* CSS */
.color-1 {
color: #1b1a2d;
}
.color-2 {
color: #3a2e5c;
}
.color-3 {
color: #6e4b8b;
}
.color-4 {
color: #e66b9e;
}
.color-5 {
color: #ffb83d;
}
/* CSS Variables */
:root {
--color-1: #1b1a2d;
--color-2: #3a2e5c;
--color-3: #6e4b8b;
--color-4: #e66b9e;
--color-5: #ffb83d;
}
Yami background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Yami color palette created on .