Carmine Whispers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Carmine Whispers palette
Carmine Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #a42d3d;
}
.color-2 {
color: #d44e4e;
}
.color-3 {
color: #e67a7a;
}
.color-4 {
color: #f2a1a1;
}
.color-5 {
color: #f5c2c2;
}
/* CSS Variables */
:root {
--color-1: #a42d3d;
--color-2: #d44e4e;
--color-3: #e67a7a;
--color-4: #f2a1a1;
--color-5: #f5c2c2;
}
Carmine Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a42d3d, #d44e4e, #e67a7a, #f2a1a1, #f5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a42d3d, #d44e4e, #e67a7a, #f2a1a1, #f5c2c2);
}
似たようなカラーパレット
Carmine Whispers color palette created on .