Coral Tarty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Tarty palette
Coral Tarty color palette CSS
/* CSS */
.color-1 {
color: #f87c8b;
}
.color-2 {
color: #f8b263;
}
.color-3 {
color: #f8d363;
}
.color-4 {
color: #f8edce;
}
.color-5 {
color: #f7f2f7;
}
/* CSS Variables */
:root {
--color-1: #f87c8b;
--color-2: #f8b263;
--color-3: #f8d363;
--color-4: #f8edce;
--color-5: #f7f2f7;
}
Coral Tarty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f87c8b, #f8b263, #f8d363, #f8edce, #f7f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f87c8b, #f8b263, #f8d363, #f8edce, #f7f2f7);
}
Similar color palettes
Coral Tarty color palette created on .