Shades of Persian Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Persian Blue palette
tavolozza dei colori Shades of Persian Blue CSS
/* CSS */
.color-1 {
color: #1c39ba;
}
.color-2 {
color: #4a6dba;
}
.color-3 {
color: #8ca3d4;
}
.color-4 {
color: #b1c6e7;
}
.color-5 {
color: #d0e3f1;
}
/* CSS Variables */
:root {
--color-1: #1c39ba;
--color-2: #4a6dba;
--color-3: #8ca3d4;
--color-4: #b1c6e7;
--color-5: #d0e3f1;
}
CSS con gradiente di sfondo Shades of Persian Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c39ba, #4a6dba, #8ca3d4, #b1c6e7, #d0e3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c39ba, #4a6dba, #8ca3d4, #b1c6e7, #d0e3f1);
}
Tavolozze di colori simili
Shades of Persian Blue color palette created on .