Claire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Claire palette
Download Claire Color Palette (PNG)
Claire color palette CSS
/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #f9e25d;
}
.color-4 {
color: #fcecb6;
}
.color-5 {
color: #fcd7a6;
}
/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #f6d12c;
--color-3: #f9e25d;
--color-4: #fcecb6;
--color-5: #fcd7a6;
}
Claire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #f6d12c, #f9e25d, #fcecb6, #fcd7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #f6d12c, #f9e25d, #fcecb6, #fcd7a6);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Claire color palette created on .