Carissma Bliss Color Palette

Discover the beautiful Carissma Bliss color palette featuring carissma (#ea8aaa), wewak (#f2a6c1), chantilly (#f9c3d8), cherokee (#fdd2a0) and yellow sea (#f5a505).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Flower, Light, Peach, Pink, Soft, Spring, 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 Carissma Bliss palette

Share this palette to:

💻 Carissma Bliss color palette CSS

/* CSS */
.color-1 {
color: #ea8aaa;
}
.color-2 {
color: #f2a6c1;
}
.color-3 {
color: #f9c3d8;
}
.color-4 {
color: #fdd2a0;
}
.color-5 {
color: #f5a505;
}

/* CSS Variables */
:root {
--color-1: #ea8aaa;
--color-2: #f2a6c1;
--color-3: #f9c3d8;
--color-4: #fdd2a0;
--color-5: #f5a505;
}

🌈 Carissma Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8aaa, #f2a6c1, #f9c3d8, #fdd2a0, #f5a505);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8aaa, #f2a6c1, #f9c3d8, #fdd2a0, #f5a505);
}

Carissma Bliss color palette created on .