Paleta de colores Vibrant Cool

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Cool palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Cool

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

CSS de la paleta de colores Vibrant Cool

/* 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 del degradado de fondo 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 .