Blue Adventure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Adventure palette

Condividi questa palette a:

tavolozza dei colori Blue Adventure CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3b6d8c;
}
.color-3 {
color: #5dafbb;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3b6d8c;
--color-3: #5dafbb;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS con gradiente di sfondo Blue Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3b6d8c, #5dafbb, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3b6d8c, #5dafbb, #f9c54e, #f94346);
}

Blue Adventure color palette created on .