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