Paleta de colores Creative Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creative Vibes palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Creative Vibes

Download creative vibes color palette PNG image (landscape)
Download creative vibes color palette PNG image (square)

CSS de la paleta de colores Creative Vibes

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #4d97ff;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffd83d;
--color-3: #6ccb79;
--color-4: #4d97ff;
--color-5: #9b58b6;
}

CSS del degradado de fondo Creative Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffd83d, #6ccb79, #4d97ff, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffd83d, #6ccb79, #4d97ff, #9b58b6);
}

Creative Vibes color palette created on .