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