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