Sumire's Blossom Color Palette

Discover the beautiful Sumire's Blossom color palette featuring gothic (#698e9b), shadow green (#8dbfbb), aqua island (#b2e0d4), azalea (#f6cbd9) and illusion (#f3a5c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Pink, Spring, Tropical, Vibrant 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 Sumire's Blossom palette

Share this palette to:

💻 Sumire's Blossom color palette CSS

/* CSS */
.color-1 {
color: #698e9b;
}
.color-2 {
color: #8dbfbb;
}
.color-3 {
color: #b2e0d4;
}
.color-4 {
color: #f6cbd9;
}
.color-5 {
color: #f3a5c3;
}

/* CSS Variables */
:root {
--color-1: #698e9b;
--color-2: #8dbfbb;
--color-3: #b2e0d4;
--color-4: #f6cbd9;
--color-5: #f3a5c3;
}

🌈 Sumire's Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698e9b, #8dbfbb, #b2e0d4, #f6cbd9, #f3a5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698e9b, #8dbfbb, #b2e0d4, #f6cbd9, #f3a5c3);
}

Sumire's Blossom color palette created on .