Paleta de colores Bright Yellow and Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Yellow and Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Yellow and Teal

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f5e93d;
}
.color-4 {
color: #1abc9c;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f6b531;
--color-3: #f5e93d;
--color-4: #1abc9c;
--color-5: #3398db;
}

CSS del degradado de fondo Bright Yellow and Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f6b531, #f5e93d, #1abc9c, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f6b531, #f5e93d, #1abc9c, #3398db);
}

Bright Yellow and Teal color palette created on .