Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #d789be;
}
.color-2 {
color: #dda1c0;
}
.color-3 {
color: #e7c0d0;
}
.color-4 {
color: #f4e2e6;
}
.color-5 {
color: #f7dee8;
}
/* CSS Variables */
:root {
--color-1: #d789be;
--color-2: #dda1c0;
--color-3: #e7c0d0;
--color-4: #f4e2e6;
--color-5: #f7dee8;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d789be, #dda1c0, #e7c0d0, #f4e2e6, #f7dee8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d789be, #dda1c0, #e7c0d0, #f4e2e6, #f7dee8);
}
Shades of Purple color palette created on .