90s High Fashion Cool Toned Minimalism Color Palette

Discover the beautiful 90s High Fashion Cool Toned Minimalism color palette featuring regent st blue (#b1cfe4), powder blue (#c4ebee), white ice (#dff7fa), chantilly (#f6bddb) and lavender pink (#fab0c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Cream, Light, Mint, 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 90s High Fashion Cool Toned Minimalism palette

Share this palette to:

💻 90s High Fashion Cool Toned Minimalism color palette CSS

/* CSS */
.color-1 {
color: #b1cfe4;
}
.color-2 {
color: #c4ebee;
}
.color-3 {
color: #dff7fa;
}
.color-4 {
color: #f6bddb;
}
.color-5 {
color: #fab0c1;
}

/* CSS Variables */
:root {
--color-1: #b1cfe4;
--color-2: #c4ebee;
--color-3: #dff7fa;
--color-4: #f6bddb;
--color-5: #fab0c1;
}

🌈 90s High Fashion Cool Toned Minimalism background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1cfe4, #c4ebee, #dff7fa, #f6bddb, #fab0c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1cfe4, #c4ebee, #dff7fa, #f6bddb, #fab0c1);
}

90s High Fashion Cool Toned Minimalism color palette created on .