Yuri Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yuri palette
Yuri color palette CSS
/* CSS */
.color-1 {
color: #f1e0ff;
}
.color-2 {
color: #c8a8ff;
}
.color-3 {
color: #9e66ff;
}
.color-4 {
color: #6e3dff;
}
.color-5 {
color: #4c0f7b;
}
/* CSS Variables */
:root {
--color-1: #f1e0ff;
--color-2: #c8a8ff;
--color-3: #9e66ff;
--color-4: #6e3dff;
--color-5: #4c0f7b;
}
Yuri background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e0ff, #c8a8ff, #9e66ff, #6e3dff, #4c0f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e0ff, #c8a8ff, #9e66ff, #6e3dff, #4c0f7b);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Yuri color palette created on .