Identity Crisis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Identity Crisis palette
Identity Crisis カラーパレット CSS
/* CSS */
.color-1 {
color: #30313b;
}
.color-2 {
color: #969ca6;
}
.color-3 {
color: #eef0f1;
}
.color-4 {
color: #b95b66;
}
.color-5 {
color: #9e3d4d;
}
/* CSS Variables */
:root {
--color-1: #30313b;
--color-2: #969ca6;
--color-3: #eef0f1;
--color-4: #b95b66;
--color-5: #9e3d4d;
}
Identity Crisis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30313b, #969ca6, #eef0f1, #b95b66, #9e3d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30313b, #969ca6, #eef0f1, #b95b66, #9e3d4d);
}
似たようなカラーパレット
Identity Crisis color palette created on .