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