Blue Duke Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Duke palette

Condividi questa palette a:

tavolozza dei colori Blue Duke CSS

/* CSS */
.color-1 {
color: #4b77be;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #e1b7c3;
}
.color-4 {
color: #f5d270;
}
.color-5 {
color: #e0804d;
}

/* CSS Variables */
:root {
--color-1: #4b77be;
--color-2: #a3c7e0;
--color-3: #e1b7c3;
--color-4: #f5d270;
--color-5: #e0804d;
}

CSS con gradiente di sfondo Blue Duke

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b77be, #a3c7e0, #e1b7c3, #f5d270, #e0804d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b77be, #a3c7e0, #e1b7c3, #f5d270, #e0804d);
}

Blue Duke color palette created on .