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