Blue Netherlands Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Netherlands palette

Condividi questa palette a:

tavolozza dei colori Blue Netherlands CSS

/* CSS */
.color-1 {
color: #fbbf09;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #3b6c91;
}
.color-4 {
color: #5a3e8e;
}
.color-5 {
color: #d59a6c;
}

/* CSS Variables */
:root {
--color-1: #fbbf09;
--color-2: #a1c6d4;
--color-3: #3b6c91;
--color-4: #5a3e8e;
--color-5: #d59a6c;
}

CSS con gradiente di sfondo Blue Netherlands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbf09, #a1c6d4, #3b6c91, #5a3e8e, #d59a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbf09, #a1c6d4, #3b6c91, #5a3e8e, #d59a6c);
}

Blue Netherlands color palette created on .