Sophisticated Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sophisticated Pink palette
Sophisticated Pink color palette CSS
/* CSS */
.color-1 {
color: #6c5b80;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #e7d4c5;
}
.color-4 {
color: #f67481;
}
.color-5 {
color: #c06d84;
}
/* CSS Variables */
:root {
--color-1: #6c5b80;
--color-2: #fab700;
--color-3: #e7d4c5;
--color-4: #f67481;
--color-5: #c06d84;
}
Sophisticated Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c5b80, #fab700, #e7d4c5, #f67481, #c06d84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c5b80, #fab700, #e7d4c5, #f67481, #c06d84);
}
Similar color palettes
Sophisticated Pink color palette created on .