Night Beach カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Night Beach palette
Night Beach カラー パレット PNG 画像
Night Beach カラーパレット CSS
/* CSS */
.color-1 {
color: #11268d;
}
.color-2 {
color: #3546b6;
}
.color-3 {
color: #4963bc;
}
.color-4 {
color: #787f8c;
}
.color-5 {
color: #cdb2cc;
}
/* CSS Variables */
:root {
--color-1: #11268d;
--color-2: #3546b6;
--color-3: #4963bc;
--color-4: #787f8c;
--color-5: #cdb2cc;
}
Night Beach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11268d, #3546b6, #4963bc, #787f8c, #cdb2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11268d, #3546b6, #4963bc, #787f8c, #cdb2cc);
}
似たようなカラーパレット
Night Beach color palette created on .