Sunlit Caramel Dream Color Palette

Discover the beautiful Sunlit Caramel Dream color palette featuring salomie (#ffe285), goldenrod (#ffcb70), koromiko (#ffba61), my sin (#ffb029) and orange (#ff7424).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Cream, Yellow, Orange, Warm, Bright, Summer, Vibrant, Fun 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 Sunlit Caramel Dream palette

Share this palette to:

💻 Sunlit Caramel Dream color palette CSS

/* CSS */
.color-1 {
color: #ffe285;
}
.color-2 {
color: #ffcb70;
}
.color-3 {
color: #ffba61;
}
.color-4 {
color: #ffb029;
}
.color-5 {
color: #ff7424;
}

/* CSS Variables */
:root {
--color-1: #ffe285;
--color-2: #ffcb70;
--color-3: #ffba61;
--color-4: #ffb029;
--color-5: #ff7424;
}

🌈 Sunlit Caramel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe285, #ffcb70, #ffba61, #ffb029, #ff7424);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe285, #ffcb70, #ffba61, #ffb029, #ff7424);
}

Sunlit Caramel Dream color palette created on .