Navy and Yellow Fusion Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Navy and Yellow Fusion palette

Condividi questa palette a:

tavolozza dei colori Navy and Yellow Fusion CSS

/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #0066cc;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffff99;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #0066cc;
--color-3: #ffcc00;
--color-4: #ffff99;
--color-5: #ff9900;
}

CSS con gradiente di sfondo Navy and Yellow Fusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #0066cc, #ffcc00, #ffff99, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #0066cc, #ffcc00, #ffff99, #ff9900);
}

Navy and Yellow Fusion color palette created on .