Crimson Echoes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Echoes palette
Crimson Echoes カラーパレット CSS
/* CSS */
.color-1 {
color: #2c1632;
}
.color-2 {
color: #4a2b3d;
}
.color-3 {
color: #784f59;
}
.color-4 {
color: #bf6979;
}
.color-5 {
color: #f5a7a3;
}
/* CSS Variables */
:root {
--color-1: #2c1632;
--color-2: #4a2b3d;
--color-3: #784f59;
--color-4: #bf6979;
--color-5: #f5a7a3;
}
Crimson Echoes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c1632, #4a2b3d, #784f59, #bf6979, #f5a7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c1632, #4a2b3d, #784f59, #bf6979, #f5a7a3);
}
似たようなカラーパレット
Crimson Echoes color palette created on .