Vibrant Cool Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Cool palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Vibrant Cool

Download vibrant cool color palette PNG image (landscape)
Download vibrant cool color palette PNG image (square)

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);
}

Vibrant Cool color palette created on .