Vibrant Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Orange palette
tavolozza dei colori Vibrant Orange CSS
/* CSS */
.color-1 {
color: #cad9f7;
}
.color-2 {
color: #a7c0f1;
}
.color-3 {
color: #9eb9f0;
}
.color-4 {
color: #a7c0f1;
}
.color-5 {
color: #a2bcf1;
}
/* CSS Variables */
:root {
--color-1: #cad9f7;
--color-2: #a7c0f1;
--color-3: #9eb9f0;
--color-4: #a7c0f1;
--color-5: #a2bcf1;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cad9f7, #a7c0f1, #9eb9f0, #a7c0f1, #a2bcf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cad9f7, #a7c0f1, #9eb9f0, #a7c0f1, #a2bcf1);
}
Tavolozze di colori simili
Vibrant Orange color palette created on .