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