Shades of Prussian Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Prussian Blue palette
tavolozza dei colori Shades of Prussian Blue CSS
/* CSS */
.color-1 {
color: #003052;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #00919e;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #00d6af;
}
/* CSS Variables */
:root {
--color-1: #003052;
--color-2: #005c75;
--color-3: #00919e;
--color-4: #00b3aa;
--color-5: #00d6af;
}
CSS con gradiente di sfondo Shades of Prussian Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003052, #005c75, #00919e, #00b3aa, #00d6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003052, #005c75, #00919e, #00b3aa, #00d6af);
}
Tavolozze di colori simili
Shades of Prussian Blue color palette created on .