Ram's Embrace Color Palette
Discover the beautiful Ram's Embrace color palette featuring conch (#c9d9d2), tulip tree (#e3b535), sandy brown (#f2a76e), flamingo (#f15d3b) and japonica (#d56c6c).
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 Ram's Embrace palette
💻 Ram's Embrace color palette CSS
/* CSS */
.color-1 {
color: #c9d9d2;
}
.color-2 {
color: #e3b535;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #f15d3b;
}
.color-5 {
color: #d56c6c;
}
/* CSS Variables */
:root {
--color-1: #c9d9d2;
--color-2: #e3b535;
--color-3: #f2a76e;
--color-4: #f15d3b;
--color-5: #d56c6c;
}
🌈 Ram's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9d9d2, #e3b535, #f2a76e, #f15d3b, #d56c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9d9d2, #e3b535, #f2a76e, #f15d3b, #d56c6c);
}
🔗 Explore similar color palettes
Ram's Embrace color palette created on .