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