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: #f9b1ae;
}
.color-2 {
color: #fbaf2d;
}
.color-3 {
color: #f4c10b;
}
.color-4 {
color: #6eaaa3;
}
.color-5 {
color: #2e8b9e;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fbaf2d;
--color-3: #f4c10b;
--color-4: #6eaaa3;
--color-5: #2e8b9e;
}
CSS con gradiente di sfondo Shades of Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
}
Tavolozze di colori simili
Shades of Coral color palette created on .