90s High Fashion Cool Toned Minimalism Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 90s High Fashion Cool Toned Minimalism palette
90s High Fashion Cool Toned Minimalism color palette PNG image
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);
}
Similar color palettes
90s High Fashion Cool Toned Minimalism color palette created on .