Purple Inverno カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Inverno palette
Purple Inverno カラーパレット CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #906d9c;
}
.color-3 {
color: #caaab4;
}
.color-4 {
color: #f4d1a4;
}
.color-5 {
color: #e2b265;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #906d9c;
--color-3: #caaab4;
--color-4: #f4d1a4;
--color-5: #e2b265;
}
Purple Inverno の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #906d9c, #caaab4, #f4d1a4, #e2b265);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #906d9c, #caaab4, #f4d1a4, #e2b265);
}
似たようなカラーパレット
下にスクロールして100+個のオータムカラーパレットを探索しましょう
Purple Inverno color palette created on .