Shades of Coral Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Coral palette
tavolozza dei colori Shades of Coral CSS
/* CSS */
.color-1 {
color: #f6a2a8;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #5d8b8e;
}
.color-5 {
color: #3e3d43;
}
/* CSS Variables */
:root {
--color-1: #f6a2a8;
--color-2: #f1c84b;
--color-3: #a8d3e1;
--color-4: #5d8b8e;
--color-5: #3e3d43;
}
CSS con gradiente di sfondo Shades of Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a8, #f1c84b, #a8d3e1, #5d8b8e, #3e3d43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a8, #f1c84b, #a8d3e1, #5d8b8e, #3e3d43);
}
Tavolozze di colori simili
Shades of Coral color palette created on .