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: #6fbe7f;
}
.color-3 {
color: #3b9ebf;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #3b9ebf;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
CSS con gradiente di sfondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #3b9ebf, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #3b9ebf, #f1c40e, #e74d3c);
}
Tavolozze di colori simili
Vibrant Coral color palette created on .