Wisdom's Oath Color Palette
Discover the beautiful Wisdom's Oath color palette featuring bay leaf (#8db398), sea mist (#ccdfd2), ecru white (#f4f4e4), desert sand (#eebcaf) and charm (#d2707d).
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 Wisdom's Oath palette
💻 Wisdom's Oath color palette CSS
/* CSS */
.color-1 {
color: #8db398;
}
.color-2 {
color: #ccdfd2;
}
.color-3 {
color: #f4f4e4;
}
.color-4 {
color: #eebcaf;
}
.color-5 {
color: #d2707d;
}
/* CSS Variables */
:root {
--color-1: #8db398;
--color-2: #ccdfd2;
--color-3: #f4f4e4;
--color-4: #eebcaf;
--color-5: #d2707d;
} 🌈 Wisdom's Oath background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8db398, #ccdfd2, #f4f4e4, #eebcaf, #d2707d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8db398, #ccdfd2, #f4f4e4, #eebcaf, #d2707d);
} 🔗 Explore similar color palettes
Wisdom's Oath color palette created on .