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