Purple Smoothie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Smoothie palette
Purple Smoothie カラーパレット CSS
/* CSS */
.color-1 {
color: #592c4a;
}
.color-2 {
color: #7a4d6a;
}
.color-3 {
color: #a2678d;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #e7c89c;
}
/* CSS Variables */
:root {
--color-1: #592c4a;
--color-2: #7a4d6a;
--color-3: #a2678d;
--color-4: #d39969;
--color-5: #e7c89c;
}
Purple Smoothie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c4a, #7a4d6a, #a2678d, #d39969, #e7c89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c4a, #7a4d6a, #a2678d, #d39969, #e7c89c);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Purple Smoothie color palette created on .