Blue Brook Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Brook palette

Condividi questa palette a:

tavolozza dei colori Blue Brook CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #5b9dd7;
}
.color-3 {
color: #3b7fba;
}
.color-4 {
color: #2c4c7d;
}
.color-5 {
color: #1b2e50;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5b9dd7;
--color-3: #3b7fba;
--color-4: #2c4c7d;
--color-5: #1b2e50;
}

CSS con gradiente di sfondo Blue Brook

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5b9dd7, #3b7fba, #2c4c7d, #1b2e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5b9dd7, #3b7fba, #2c4c7d, #1b2e50);
}

Blue Brook color palette created on .