Honeyed Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Honeyed Whimsy palette

Share this palette to:

Download Honeyed Whimsy Color Palette (PNG)

Download honeyed whimsy color palette PNG image (landscape)
Download honeyed whimsy color palette PNG image (square)

Honeyed Whimsy color palette CSS

/* CSS */
.color-1 {
color: #f5c147;
}
.color-2 {
color: #f8cb8b;
}
.color-3 {
color: #fde2b4;
}
.color-4 {
color: #ffe9d6;
}
.color-5 {
color: #fff1db;
}

/* CSS Variables */
:root {
--color-1: #f5c147;
--color-2: #f8cb8b;
--color-3: #fde2b4;
--color-4: #ffe9d6;
--color-5: #fff1db;
}

Honeyed Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c147, #f8cb8b, #fde2b4, #ffe9d6, #fff1db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c147, #f8cb8b, #fde2b4, #ffe9d6, #fff1db);
}

Honeyed Whimsy color palette created on .