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