Whiskered Whimsy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whiskered Whimsy palette
Whiskered Whimsy カラーパレット CSS
/* CSS */
.color-1 {
color: #f0c1e2;
}
.color-2 {
color: #d38db5;
}
.color-3 {
color: #a9608d;
}
.color-4 {
color: #6d2c4d;
}
.color-5 {
color: #390e24;
}
/* CSS Variables */
:root {
--color-1: #f0c1e2;
--color-2: #d38db5;
--color-3: #a9608d;
--color-4: #6d2c4d;
--color-5: #390e24;
}
Whiskered Whimsy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1e2, #d38db5, #a9608d, #6d2c4d, #390e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1e2, #d38db5, #a9608d, #6d2c4d, #390e24);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Whiskered Whimsy color palette created on .