Blue Saturn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Saturn palette
Blue Saturn カラー パレット PNG 画像
Blue Saturn カラーパレット CSS
/* CSS */
.color-1 {
color: #111a31;
}
.color-2 {
color: #202f55;
}
.color-3 {
color: #384c70;
}
.color-4 {
color: #617fa8;
}
.color-5 {
color: #839db9;
}
/* CSS Variables */
:root {
--color-1: #111a31;
--color-2: #202f55;
--color-3: #384c70;
--color-4: #617fa8;
--color-5: #839db9;
}
Blue Saturn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #111a31, #202f55, #384c70, #617fa8, #839db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #111a31, #202f55, #384c70, #617fa8, #839db9);
}
似たようなカラーパレット
Blue Saturn color palette created on .