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