Whispers of Warmth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
Whispers of Warmth カラーパレット CSS
/* CSS */
.color-1 {
color: #fbfaf9;
}
.color-2 {
color: #edddd4;
}
.color-3 {
color: #e3c0b0;
}
.color-4 {
color: #d2a38e;
}
.color-5 {
color: #b68977;
}
/* CSS Variables */
:root {
--color-1: #fbfaf9;
--color-2: #edddd4;
--color-3: #e3c0b0;
--color-4: #d2a38e;
--color-5: #b68977;
}
Whispers of Warmth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfaf9, #edddd4, #e3c0b0, #d2a38e, #b68977);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfaf9, #edddd4, #e3c0b0, #d2a38e, #b68977);
}
似たようなカラーパレット
下にスクロールして4個のSoft pinkカラーパレットを探索しましょう
Whispers of Warmth color palette created on .