Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7070;
}
.color-2 {
color: #ffa34d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #47a6ff;
}
.color-5 {
color: #ff4da3;
}

/* CSS Variables */
:root {
--color-1: #ff7070;
--color-2: #ffa34d;
--color-3: #ffcc4d;
--color-4: #47a6ff;
--color-5: #ff4da3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}

Pink Sunset color palette created on .