Blue Post-Soviet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Post-Soviet palette

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

Blue Post-Soviet カラーパレット CSS

/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #b0c4de;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #b0c4de;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #ff6347;
}

Blue Post-Soviet の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #b0c4de, #4682b4, #609d9f, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #b0c4de, #4682b4, #609d9f, #ff6347);
}

Blue Post-Soviet color palette created on .