90s High Fashion Cool Toned Minimalism Color Palette
Discover the beautiful 90s High Fashion Cool Toned Minimalism color palette featuring regent st blue (#afcee4), powder blue (#c4ebee), white ice (#e0f7fa), chantilly (#f6bcdb) and lavender pink (#fab2c3).
Brightness
Saturation
Warmth
💡 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
💻 90s High Fashion Cool Toned Minimalism color palette CSS
/* CSS */
.color-1 {
color: #afcee4;
}
.color-2 {
color: #c4ebee;
}
.color-3 {
color: #e0f7fa;
}
.color-4 {
color: #f6bcdb;
}
.color-5 {
color: #fab2c3;
}
/* CSS Variables */
:root {
--color-1: #afcee4;
--color-2: #c4ebee;
--color-3: #e0f7fa;
--color-4: #f6bcdb;
--color-5: #fab2c3;
}
🌈 90s High Fashion Cool Toned Minimalism background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afcee4, #c4ebee, #e0f7fa, #f6bcdb, #fab2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afcee4, #c4ebee, #e0f7fa, #f6bcdb, #fab2c3);
}
🔗 Explore similar color palettes
90s High Fashion Cool Toned Minimalism color palette created on .