Riyu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Riyu palette
Riyu color palette PNG image
Riyu color palette CSS
/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #f6d67e;
}
.color-3 {
color: #a3e1d2;
}
.color-4 {
color: #5eafe8;
}
.color-5 {
color: #6f5b9a;
}
/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f6d67e;
--color-3: #a3e1d2;
--color-4: #5eafe8;
--color-5: #6f5b9a;
}
Riyu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f6d67e, #a3e1d2, #5eafe8, #6f5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f6d67e, #a3e1d2, #5eafe8, #6f5b9a);
}
Similar color palettes
Riyu color palette created on .