Selina Color Palette

Discover the beautiful Selina color palette featuring rose bud (#f9b0ae), mandys pink (#f5c7b2), sidecar (#f2e5c0), aqua island (#b3e0d9) and regent st blue (#a8d3e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Peach, Pink, Soft, Summer, Teal, Tropical, Vibrant 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 Selina palette

Share this palette to:

💻 Selina color palette CSS

/* CSS */
.color-1 {
color: #f9b0ae;
}
.color-2 {
color: #f5c7b2;
}
.color-3 {
color: #f2e5c0;
}
.color-4 {
color: #b3e0d9;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f9b0ae;
--color-2: #f5c7b2;
--color-3: #f2e5c0;
--color-4: #b3e0d9;
--color-5: #a8d3e1;
}

🌈 Selina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b0ae, #f5c7b2, #f2e5c0, #b3e0d9, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b0ae, #f5c7b2, #f2e5c0, #b3e0d9, #a8d3e1);
}

Selina color palette created on .