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