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