Blue Dipper Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Dipper palette
tavolozza dei colori Blue Dipper CSS
/* CSS */
.color-1 {
color: #2c6090;
}
.color-2 {
color: #588bbb;
}
.color-3 {
color: #89b8e1;
}
.color-4 {
color: #b1dff2;
}
.color-5 {
color: #eff8fb;
}
/* CSS Variables */
:root {
--color-1: #2c6090;
--color-2: #588bbb;
--color-3: #89b8e1;
--color-4: #b1dff2;
--color-5: #eff8fb;
}
CSS con gradiente di sfondo Blue Dipper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c6090, #588bbb, #89b8e1, #b1dff2, #eff8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c6090, #588bbb, #89b8e1, #b1dff2, #eff8fb);
}
Tavolozze di colori simili
Blue Dipper color palette created on .