Crimson Twilight Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Twilight Embrace palette
Image Gallery
Crimson Twilight Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f7828c;
}
.color-2 {
color: #d65c66;
}
.color-3 {
color: #a3333f;
}
.color-4 {
color: #664d53;
}
.color-5 {
color: #36313f;
}
/* CSS Variables */
:root {
--color-1: #f7828c;
--color-2: #d65c66;
--color-3: #a3333f;
--color-4: #664d53;
--color-5: #36313f;
}
Crimson Twilight Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7828c, #d65c66, #a3333f, #664d53, #36313f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7828c, #d65c66, #a3333f, #664d53, #36313f);
}
Crimson Twilight Embrace color palette created on .