Sunset Pride カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Pride palette

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

Sunset Pride カラーパレット CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #fff1e5;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #fff1e5;
--color-5: #ff998a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffd900, #fff1e5, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffd900, #fff1e5, #ff998a);
}

Sunset Pride color palette created on .