Mossy Meadow Dreams Color Palette
Discover the beautiful Mossy Meadow Dreams color palette featuring tussock (#bf973b), alpine (#b39637), hacienda (#8e6b1a), black marlin (#392a18) and logan (#adb0d2).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Mossy Meadow Dreams palette
๐ป Mossy Meadow Dreams color palette CSS
/* CSS */
.color-1 {
color: #bf973b;
}
.color-2 {
color: #b39637;
}
.color-3 {
color: #8e6b1a;
}
.color-4 {
color: #392a18;
}
.color-5 {
color: #adb0d2;
}
/* CSS Variables */
:root {
--color-1: #bf973b;
--color-2: #b39637;
--color-3: #8e6b1a;
--color-4: #392a18;
--color-5: #adb0d2;
} ๐ Mossy Meadow Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf973b, #b39637, #8e6b1a, #392a18, #adb0d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf973b, #b39637, #8e6b1a, #392a18, #adb0d2);
} ๐ Explore similar color palettes
Mossy Meadow Dreams color palette created on .