Paleta de colores Blue Green and Yellow Burst
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Green and Yellow Burst palette
CSS de la paleta de colores Blue Green and Yellow Burst
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #a3d7d1;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff7b29;
}
.color-5 {
color: #d14e29;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #a3d7d1;
--color-3: #f5c400;
--color-4: #ff7b29;
--color-5: #d14e29;
}
CSS del degradado de fondo Blue Green and Yellow Burst
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #a3d7d1, #f5c400, #ff7b29, #d14e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #a3d7d1, #f5c400, #ff7b29, #d14e29);
}
Paletas de colores similares
Blue Green and Yellow Burst color palette created on .