Blue Static カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Static palette
Blue Static カラーパレット CSS
/* CSS */
.color-1 {
color: #f0e0b2;
}
.color-2 {
color: #b2d9e1;
}
.color-3 {
color: #7aa4c2;
}
.color-4 {
color: #3b5c7d;
}
.color-5 {
color: #2b2f40;
}
/* CSS Variables */
:root {
--color-1: #f0e0b2;
--color-2: #b2d9e1;
--color-3: #7aa4c2;
--color-4: #3b5c7d;
--color-5: #2b2f40;
}
Blue Static の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0b2, #b2d9e1, #7aa4c2, #3b5c7d, #2b2f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0b2, #b2d9e1, #7aa4c2, #3b5c7d, #2b2f40);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Blue Static color palette created on .