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