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