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