Pretty Nurse Color Palette

Discover the beautiful Pretty Nurse color palette featuring illusion (#f5a3b8), chantilly (#f9c3d2), cinderella (#fce7d4), sail (#a1dff7) and morning glory (#9fe0d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coral, Fun, Light, Pink, Soft, 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 Pretty Nurse palette

Share this palette to:

💻 Pretty Nurse color palette CSS

/* CSS */
.color-1 {
color: #f5a3b8;
}
.color-2 {
color: #f9c3d2;
}
.color-3 {
color: #fce7d4;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #9fe0d1;
}

/* CSS Variables */
:root {
--color-1: #f5a3b8;
--color-2: #f9c3d2;
--color-3: #fce7d4;
--color-4: #a1dff7;
--color-5: #9fe0d1;
}

🌈 Pretty Nurse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3b8, #f9c3d2, #fce7d4, #a1dff7, #9fe0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3b8, #f9c3d2, #fce7d4, #a1dff7, #9fe0d1);
}

Pretty Nurse color palette created on .