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