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