Bright Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bright Blue palette
tavolozza dei colori Bright Blue CSS
/* CSS */
.color-1 {
color: #00a8eb;
}
.color-2 {
color: #1db4e2;
}
.color-3 {
color: #4cc9d6;
}
.color-4 {
color: #7ce5e9;
}
.color-5 {
color: #a3eff5;
}
/* CSS Variables */
:root {
--color-1: #00a8eb;
--color-2: #1db4e2;
--color-3: #4cc9d6;
--color-4: #7ce5e9;
--color-5: #a3eff5;
}
CSS con gradiente di sfondo Bright Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}
Tavolozze di colori simili
Bright Blue color palette created on .