Vibrant Coral Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Coral palette
tavolozza dei colori Vibrant Coral CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6dbf69;
}
.color-3 {
color: #698ebf;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6dbf69;
--color-3: #698ebf;
--color-4: #f3ca4f;
--color-5: #e76a6a;
}
CSS con gradiente di sfondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6dbf69, #698ebf, #f3ca4f, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6dbf69, #698ebf, #f3ca4f, #e76a6a);
}
Tavolozze di colori simili
Vibrant Coral color palette created on .