Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f6a360;
}
.color-3 {
color: #f48e80;
}
.color-4 {
color: #f06a90;
}
.color-5 {
color: #e74b99;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f6a360;
--color-3: #f48e80;
--color-4: #f06a90;
--color-5: #e74b99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f6a360, #f48e80, #f06a90, #e74b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f6a360, #f48e80, #f06a90, #e74b99);
}

Pink Sunset color palette created on .