Sunlit Blossom Color Palette

Discover the beautiful Sunlit Blossom color palette featuring drover (#fdf0a3), cape honey (#fde8ac), peach yellow (#fbdeb7), apricot peach (#fbd1bc) and rose bud (#fab8bc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Light, Pastel, Peach, Pink, Soft, Warm, Yellow 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 Blossom palette

Share this palette to:

💻 Sunlit Blossom color palette CSS

/* CSS */
.color-1 {
color: #fdf0a3;
}
.color-2 {
color: #fde8ac;
}
.color-3 {
color: #fbdeb7;
}
.color-4 {
color: #fbd1bc;
}
.color-5 {
color: #fab8bc;
}

/* CSS Variables */
:root {
--color-1: #fdf0a3;
--color-2: #fde8ac;
--color-3: #fbdeb7;
--color-4: #fbd1bc;
--color-5: #fab8bc;
}

🌈 Sunlit Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf0a3, #fde8ac, #fbdeb7, #fbd1bc, #fab8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf0a3, #fde8ac, #fbdeb7, #fbd1bc, #fab8bc);
}

Sunlit Blossom color palette created on .