Shades of Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #007c85;
}
.color-2 {
color: #0084d1;
}
.color-3 {
color: #00a8e0;
}
.color-4 {
color: #2dd2e1;
}
.color-5 {
color: #5ff7e0;
}
/* CSS Variables */
:root {
--color-1: #007c85;
--color-2: #0084d1;
--color-3: #00a8e0;
--color-4: #2dd2e1;
--color-5: #5ff7e0;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c85, #0084d1, #00a8e0, #2dd2e1, #5ff7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c85, #0084d1, #00a8e0, #2dd2e1, #5ff7e0);
}
Tavolozze di colori simili
Shades of Blue color palette created on .