Sugar Cube Cookie Color Palette

Discover the beautiful Sugar Cube Cookie color palette featuring sidecar (#f4e2c3), corvette (#f9d59f), rajah (#f9c77b), casablanca (#f5b74d) and anzac (#e4a349).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Vanilla, Bright, Warm, Yellow, Biscuit, Light Spring, Soft, Summer color palettes and combinations.

💡 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 Sugar Cube Cookie palette

Share this palette to:

💻 Sugar Cube Cookie color palette CSS

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #f9d59f;
}
.color-3 {
color: #f9c77b;
}
.color-4 {
color: #f5b74d;
}
.color-5 {
color: #e4a349;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #f9d59f;
--color-3: #f9c77b;
--color-4: #f5b74d;
--color-5: #e4a349;
}

🌈 Sugar Cube Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #f9d59f, #f9c77b, #f5b74d, #e4a349);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #f9d59f, #f9c77b, #f5b74d, #e4a349);
}

Sugar Cube Cookie color palette created on .