Pastel Kawaii Hawaii Color Palette

Discover the beautiful Pastel Kawaii Hawaii color palette featuring morning glory (#a3d8e0), blizzard blue (#b4e0f3), azalea (#f3bfd8), illusion (#f9b8c3) and chardonnay (#ffca8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Blue, Bright, Hawaii, Kawaii, Pastel, Pink, Soft, Summer, Tropical 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 Pastel Kawaii Hawaii palette

Share this palette to:

💻 Pastel Kawaii Hawaii color palette CSS

/* CSS */
.color-1 {
color: #a3d8e0;
}
.color-2 {
color: #b4e0f3;
}
.color-3 {
color: #f3bfd8;
}
.color-4 {
color: #f9b8c3;
}
.color-5 {
color: #ffca8a;
}

/* CSS Variables */
:root {
--color-1: #a3d8e0;
--color-2: #b4e0f3;
--color-3: #f3bfd8;
--color-4: #f9b8c3;
--color-5: #ffca8a;
}

🌈 Pastel Kawaii Hawaii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d8e0, #b4e0f3, #f3bfd8, #f9b8c3, #ffca8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d8e0, #b4e0f3, #f3bfd8, #f9b8c3, #ffca8a);
}

Pastel Kawaii Hawaii color palette created on .