Arlette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arlette palette
Download Arlette Color Palette (PNG)
Arlette color palette CSS
/* CSS */
.color-1 {
color: #f9c99f;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #f29c8c;
}
.color-4 {
color: #ea6c8b;
}
.color-5 {
color: #d94a9d;
}
/* CSS Variables */
:root {
--color-1: #f9c99f;
--color-2: #f5b8a3;
--color-3: #f29c8c;
--color-4: #ea6c8b;
--color-5: #d94a9d;
}
Arlette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c99f, #f5b8a3, #f29c8c, #ea6c8b, #d94a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c99f, #f5b8a3, #f29c8c, #ea6c8b, #d94a9d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Arlette color palette created on .