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