Paleta de colores Fizzy Refreshment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fizzy Refreshment palette

Compartir esta paleta en:

CSS de la paleta de colores Fizzy Refreshment

/* CSS */
.color-1 {
color: #005fb8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #3ddb97;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #005fb8;
--color-2: #00a5e0;
--color-3: #00bfff;
--color-4: #3ddb97;
--color-5: #ff6d1f;
}

CSS del degradado de fondo Fizzy Refreshment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005fb8, #00a5e0, #00bfff, #3ddb97, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005fb8, #00a5e0, #00bfff, #3ddb97, #ff6d1f);
}

Fizzy Refreshment color palette created on .