Cedar & Winter Mint Color Palette
Discover the beautiful Cedar & Winter Mint color palette featuring spectra (#2e4b4d), smalt blue (#4f8c8b), neptune (#7dbfbe), powder blue (#b3e6da) and panache (#f1f9f4).
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 Cedar & Winter Mint palette
💻 Cedar & Winter Mint color palette CSS
/* CSS */
.color-1 {
color: #2e4b4d;
}
.color-2 {
color: #4f8c8b;
}
.color-3 {
color: #7dbfbe;
}
.color-4 {
color: #b3e6da;
}
.color-5 {
color: #f1f9f4;
}
/* CSS Variables */
:root {
--color-1: #2e4b4d;
--color-2: #4f8c8b;
--color-3: #7dbfbe;
--color-4: #b3e6da;
--color-5: #f1f9f4;
} 🌈 Cedar & Winter Mint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4b4d, #4f8c8b, #7dbfbe, #b3e6da, #f1f9f4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4b4d, #4f8c8b, #7dbfbe, #b3e6da, #f1f9f4);
} 🔗 Explore similar color palettes
Cedar & Winter Mint color palette created on .