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