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