Pink Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunrise palette

このパレットを共有する先:

Pink Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #f6e8b1;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #f8a62a;
}
.color-5 {
color: #ff5f57;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #f6e8b1;
--color-3: #f8c8a0;
--color-4: #f8a62a;
--color-5: #ff5f57;
}

Pink Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #f6e8b1, #f8c8a0, #f8a62a, #ff5f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #f6e8b1, #f8c8a0, #f8a62a, #ff5f57);
}

Pink Sunrise color palette created on .