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