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