Mercuria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mercuria palette
Download Mercuria Color Palette (PNG)
Mercuria color palette CSS
/* CSS */
.color-1 {
color: #fdebe8;
}
.color-2 {
color: #fadbe8;
}
.color-3 {
color: #f1c0e1;
}
.color-4 {
color: #dba7e6;
}
.color-5 {
color: #a598e7;
}
/* CSS Variables */
:root {
--color-1: #fdebe8;
--color-2: #fadbe8;
--color-3: #f1c0e1;
--color-4: #dba7e6;
--color-5: #a598e7;
}
Mercuria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdebe8, #fadbe8, #f1c0e1, #dba7e6, #a598e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdebe8, #fadbe8, #f1c0e1, #dba7e6, #a598e7);
}
Similar color palettes
Mercuria color palette created on .