Warm Stoking カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Stoking palette
Warm Stoking カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #4cd6a1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa04d;
--color-3: #ffcc4d;
--color-4: #f3e4aa;
--color-5: #4cd6a1;
}
Warm Stoking の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa04d, #ffcc4d, #f3e4aa, #4cd6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa04d, #ffcc4d, #f3e4aa, #4cd6a1);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Warm Stoking color palette created on .