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