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