Vibrant Cool Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Cool palette
Immagine PNG della tavolozza dei colori Vibrant Cool
tavolozza dei colori Vibrant Cool CSS
/* CSS */
.color-1 {
color: #09bae1;
}
.color-2 {
color: #00b893;
}
.color-3 {
color: #00ccc9;
}
.color-4 {
color: #0984e1;
}
.color-5 {
color: #6b5be6;
}
/* CSS Variables */
:root {
--color-1: #09bae1;
--color-2: #00b893;
--color-3: #00ccc9;
--color-4: #0984e1;
--color-5: #6b5be6;
}
CSS con gradiente di sfondo Vibrant Cool
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #09bae1, #00b893, #00ccc9, #0984e1, #6b5be6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #09bae1, #00b893, #00ccc9, #0984e1, #6b5be6);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Blu
Vibrant Cool color palette created on .