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