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