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