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