Chromia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chromia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Chromia Color Palette (PNG)
Chromia color palette CSS
/* CSS */
.color-1 {
color: #3c8e9a;
}
.color-2 {
color: #5bb9b2;
}
.color-3 {
color: #92e3d4;
}
.color-4 {
color: #f8faf5;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #3c8e9a;
--color-2: #5bb9b2;
--color-3: #92e3d4;
--color-4: #f8faf5;
--color-5: #f1c84b;
}
Chromia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8e9a, #5bb9b2, #92e3d4, #f8faf5, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8e9a, #5bb9b2, #92e3d4, #f8faf5, #f1c84b);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Chromia color palette created on .