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