Blue Green and Yellow Burst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Green and Yellow Burst palette

Condividi questa palette a:

tavolozza dei colori Blue Green and Yellow Burst CSS

/* 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 con gradiente di sfondo 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);
}

Blue Green and Yellow Burst color palette created on .