Pink Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Coral palette
Pink Coral color palette CSS
/* CSS */
.color-1 {
color: #8c3683;
}
.color-2 {
color: #873c21;
}
.color-3 {
color: #8b2927;
}
.color-4 {
color: #89661f;
}
.color-5 {
color: #897d1f;
}
/* CSS Variables */
:root {
--color-1: #8c3683;
--color-2: #873c21;
--color-3: #8b2927;
--color-4: #89661f;
--color-5: #897d1f;
}
Pink Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3683, #873c21, #8b2927, #89661f, #897d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3683, #873c21, #8b2927, #89661f, #897d1f);
}
Similar color palettes
Pink Coral color palette created on .