Amber Cream Dream Color Palette
Discover the beautiful Amber Cream Dream color palette featuring maize (#f6d7a2), maize (#f5cba3), manhattan (#f4af9a), tonys pink (#e99c90) and my pink (#d78e90).
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 Amber Cream Dream palette
๐ป Amber Cream Dream color palette CSS
/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f5cba3;
}
.color-3 {
color: #f4af9a;
}
.color-4 {
color: #e99c90;
}
.color-5 {
color: #d78e90;
}
/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f5cba3;
--color-3: #f4af9a;
--color-4: #e99c90;
--color-5: #d78e90;
} ๐ Amber Cream Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f5cba3, #f4af9a, #e99c90, #d78e90);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f5cba3, #f4af9a, #e99c90, #d78e90);
} ๐ Explore similar color palettes
Amber Cream Dream color palette created on .