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