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