Mountain Apple Orchard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Apple Orchard palette
Mountain Apple Orchard color palette PNG image
Mountain Apple Orchard color palette CSS
/* CSS */
.color-1 {
color: #c92c5e;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f6e5b1;
}
.color-4 {
color: #b4d8a6;
}
.color-5 {
color: #2a794e;
}
/* CSS Variables */
:root {
--color-1: #c92c5e;
--color-2: #f1a8a2;
--color-3: #f6e5b1;
--color-4: #b4d8a6;
--color-5: #2a794e;
}
Mountain Apple Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c5e, #f1a8a2, #f6e5b1, #b4d8a6, #2a794e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c5e, #f1a8a2, #f6e5b1, #b4d8a6, #2a794e);
}
Similar color palettes
Mountain Apple Orchard color palette created on .