Purple Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Dream palette
Purple Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #443f6e;
}
.color-2 {
color: #585289;
}
.color-3 {
color: #6c6ca7;
}
.color-4 {
color: #877eb4;
}
.color-5 {
color: #826f9f;
}
/* CSS Variables */
:root {
--color-1: #443f6e;
--color-2: #585289;
--color-3: #6c6ca7;
--color-4: #877eb4;
--color-5: #826f9f;
}
Purple Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #443f6e, #585289, #6c6ca7, #877eb4, #826f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #443f6e, #585289, #6c6ca7, #877eb4, #826f9f);
}
似たようなカラーパレット
Purple Dream color palette created on .