Paleta de colores Vibrant Workout Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Workout Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Workout Glow

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffce7a;
}
.color-4 {
color: #f5fbc6;
}
.color-5 {
color: #a4d9e5;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9e3d;
--color-3: #ffce7a;
--color-4: #f5fbc6;
--color-5: #a4d9e5;
}

CSS del degradado de fondo Vibrant Workout Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9e3d, #ffce7a, #f5fbc6, #a4d9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9e3d, #ffce7a, #f5fbc6, #a4d9e5);
}

Vibrant Workout Glow color palette created on .