Mystical Pines Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Pines palette
Mystical Pines color palette CSS
/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #8a9ed0;
}
.color-3 {
color: #f1c3a7;
}
.color-4 {
color: #f7b859;
}
.color-5 {
color: #e03e29;
}
/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #8a9ed0;
--color-3: #f1c3a7;
--color-4: #f7b859;
--color-5: #e03e29;
}
Mystical Pines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #8a9ed0, #f1c3a7, #f7b859, #e03e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #8a9ed0, #f1c3a7, #f7b859, #e03e29);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mystical Pines color palette created on .