Orange Ranyu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Ranyu palette
Orange Ranyu color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #faaa29;
}
.color-3 {
color: #e07f24;
}
.color-4 {
color: #c95c1d;
}
.color-5 {
color: #a44b1e;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #faaa29;
--color-3: #e07f24;
--color-4: #c95c1d;
--color-5: #a44b1e;
}
Orange Ranyu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #faaa29, #e07f24, #c95c1d, #a44b1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #faaa29, #e07f24, #c95c1d, #a44b1e);
}
Similar color palettes
Scroll down to explore 60+ Bright color palettes
Orange Ranyu color palette created on .