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