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