Yellow Dexter Color Palette
Discover the beautiful Yellow Dexter color palette featuring casablanca (#f4b343), sandwisp (#f6e4a2), moss green (#a2d8a2), hippie blue (#48a8a3) and ebony clay (#2a2c41).
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 Yellow Dexter palette
💻 Yellow Dexter color palette CSS
/* CSS */
.color-1 {
color: #f4b343;
}
.color-2 {
color: #f6e4a2;
}
.color-3 {
color: #a2d8a2;
}
.color-4 {
color: #48a8a3;
}
.color-5 {
color: #2a2c41;
}
/* CSS Variables */
:root {
--color-1: #f4b343;
--color-2: #f6e4a2;
--color-3: #a2d8a2;
--color-4: #48a8a3;
--color-5: #2a2c41;
} 🌈 Yellow Dexter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b343, #f6e4a2, #a2d8a2, #48a8a3, #2a2c41);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b343, #f6e4a2, #a2d8a2, #48a8a3, #2a2c41);
} 🔗 Explore similar color palettes
Yellow Dexter color palette created on .