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