Blush Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blush Tones palette
Blush Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #e4a86c;
}
.color-3 {
color: #d4a154;
}
.color-4 {
color: #c59c44;
}
.color-5 {
color: #b58c3b;
}
/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #e4a86c;
--color-3: #d4a154;
--color-4: #c59c44;
--color-5: #b58c3b;
}
Blush Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #e4a86c, #d4a154, #c59c44, #b58c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #e4a86c, #d4a154, #c59c44, #b58c3b);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Blush Tones color palette created on .