Katrina Color Palette

Discover the beautiful Katrina color palette featuring wewak (#f5b2b9), apricot peach (#f8d2af), sandwisp (#f4e09a), celadon (#b1e2b1) and aquamarine blue (#7bc5e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Green, Peach, Pink, Soft, Spring, Vibrant, 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 Katrina palette

Share this palette to:

💻 Katrina color palette CSS

/* CSS */
.color-1 {
color: #f5b2b9;
}
.color-2 {
color: #f8d2af;
}
.color-3 {
color: #f4e09a;
}
.color-4 {
color: #b1e2b1;
}
.color-5 {
color: #7bc5e0;
}

/* CSS Variables */
:root {
--color-1: #f5b2b9;
--color-2: #f8d2af;
--color-3: #f4e09a;
--color-4: #b1e2b1;
--color-5: #7bc5e0;
}

🌈 Katrina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b9, #f8d2af, #f4e09a, #b1e2b1, #7bc5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b9, #f8d2af, #f4e09a, #b1e2b1, #7bc5e0);
}

Katrina color palette created on .