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