Ena Shinonome Color Palette

Discover the beautiful Ena Shinonome color palette featuring wewak (#f6a2a8), mandys pink (#f2d2b5), astra (#f9ebae), granny smith apple (#b9e5a4) and tradewind (#68b19f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Pink, 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 Ena Shinonome palette

Share this palette to:

💻 Ena Shinonome color palette CSS

/* CSS */
.color-1 {
color: #f6a2a8;
}
.color-2 {
color: #f2d2b5;
}
.color-3 {
color: #f9ebae;
}
.color-4 {
color: #b9e5a4;
}
.color-5 {
color: #68b19f;
}

/* CSS Variables */
:root {
--color-1: #f6a2a8;
--color-2: #f2d2b5;
--color-3: #f9ebae;
--color-4: #b9e5a4;
--color-5: #68b19f;
}

🌈 Ena Shinonome background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a8, #f2d2b5, #f9ebae, #b9e5a4, #68b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a8, #f2d2b5, #f9ebae, #b9e5a4, #68b19f);
}

Ena Shinonome color palette created on .