Samuel Color Palette
Discover the beautiful Samuel color palette featuring chalky (#edc69a), apricot (#e59c72), japonica (#d17255), mojo (#bc5239) and stiletto (#a2302e).
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 Samuel palette
💻 Samuel color palette CSS
/* CSS */
.color-1 {
color: #edc69a;
}
.color-2 {
color: #e59c72;
}
.color-3 {
color: #d17255;
}
.color-4 {
color: #bc5239;
}
.color-5 {
color: #a2302e;
}
/* CSS Variables */
:root {
--color-1: #edc69a;
--color-2: #e59c72;
--color-3: #d17255;
--color-4: #bc5239;
--color-5: #a2302e;
} 🌈 Samuel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc69a, #e59c72, #d17255, #bc5239, #a2302e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc69a, #e59c72, #d17255, #bc5239, #a2302e);
} 🔗 Explore similar color palettes
Samuel color palette created on .