Crimson Steel カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Steel palette
Crimson Steel カラーパレット CSS
/* CSS */
.color-1 {
color: #5f2b2b;
}
.color-2 {
color: #9b3b3b;
}
.color-3 {
color: #c05959;
}
.color-4 {
color: #d58b8b;
}
.color-5 {
color: #e7b1b1;
}
/* CSS Variables */
:root {
--color-1: #5f2b2b;
--color-2: #9b3b3b;
--color-3: #c05959;
--color-4: #d58b8b;
--color-5: #e7b1b1;
}
Crimson Steel の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2b, #9b3b3b, #c05959, #d58b8b, #e7b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2b, #9b3b3b, #c05959, #d58b8b, #e7b1b1);
}
似たようなカラーパレット
下にスクロールして200+個のダークカラーパレットを探索しましょう
Crimson Steel color palette created on .