Metamorphic Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metamorphic Hues palette
Metamorphic Hues color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f1c5a7;
}
.color-3 {
color: #e9d4b4;
}
.color-4 {
color: #d4e3c4;
}
.color-5 {
color: #b3e6d9;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f1c5a7;
--color-3: #e9d4b4;
--color-4: #d4e3c4;
--color-5: #b3e6d9;
}
Metamorphic Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f1c5a7, #e9d4b4, #d4e3c4, #b3e6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f1c5a7, #e9d4b4, #d4e3c4, #b3e6d9);
}
Similar color palettes
Metamorphic Hues color palette created on .