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