Syrupy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Syrupy Sunset palette

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

Syrupy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #8c3b5d;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f0c5b2;
}
.color-4 {
color: #ffda99;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #8c3b5d;
--color-2: #eab8d1;
--color-3: #f0c5b2;
--color-4: #ffda99;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b5d, #eab8d1, #f0c5b2, #ffda99, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b5d, #eab8d1, #f0c5b2, #ffda99, #ff6e61);
}

Syrupy Sunset color palette created on .