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