Honeyed Dreams Color Palette
Discover the beautiful Honeyed Dreams color palette featuring manhattan (#f5c99e), corvette (#fad7a3), marzipan (#f9e79f), portica (#f7db6e) and saffron (#f4cf3e).
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 Honeyed Dreams palette
๐ป Honeyed Dreams color palette CSS
/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #fad7a3;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f7db6e;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #fad7a3;
--color-3: #f9e79f;
--color-4: #f7db6e;
--color-5: #f4cf3e;
} ๐ Honeyed Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #fad7a3, #f9e79f, #f7db6e, #f4cf3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #fad7a3, #f9e79f, #f7db6e, #f4cf3e);
} ๐ Explore similar color palettes
Honeyed Dreams color palette created on .