Mystic Cavern Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Cavern Hues palette
Mystic Cavern Hues color palette CSS
/* CSS */
.color-1 {
color: #3f5c88;
}
.color-2 {
color: #5a798c;
}
.color-3 {
color: #7c9c83;
}
.color-4 {
color: #b6c9a6;
}
.color-5 {
color: #e6d3b7;
}
/* CSS Variables */
:root {
--color-1: #3f5c88;
--color-2: #5a798c;
--color-3: #7c9c83;
--color-4: #b6c9a6;
--color-5: #e6d3b7;
}
Mystic Cavern Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5c88, #5a798c, #7c9c83, #b6c9a6, #e6d3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5c88, #5a798c, #7c9c83, #b6c9a6, #e6d3b7);
}
Similar color palettes
Mystic Cavern Hues color palette created on .