Shades of Biscay Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Biscay palette

Condividi questa palette a:

tavolozza dei colori Shades of Biscay CSS

/* CSS */
.color-1 {
color: #163269;
}
.color-2 {
color: #30589c;
}
.color-3 {
color: #77b0df;
}
.color-4 {
color: #9edce6;
}
.color-5 {
color: #f4e3b4;
}

/* CSS Variables */
:root {
--color-1: #163269;
--color-2: #30589c;
--color-3: #77b0df;
--color-4: #9edce6;
--color-5: #f4e3b4;
}

CSS con gradiente di sfondo Shades of Biscay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #163269, #30589c, #77b0df, #9edce6, #f4e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #163269, #30589c, #77b0df, #9edce6, #f4e3b4);
}

Shades of Biscay color palette created on .