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