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