Shades of Prussian Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Prussian Blue palette

このパレットを共有する先:

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;
}

Shades of Prussian Blue の背景のグラデーション CSS

/* 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);
}

Shades of Prussian Blue color palette created on .