Cruisin' Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cruisin' Sunset palette

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

Cruisin' Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f09999;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #fbbf7e;
}
.color-4 {
color: #f5d26b;
}
.color-5 {
color: #b4d9a1;
}

/* CSS Variables */
:root {
--color-1: #f09999;
--color-2: #f6b8a2;
--color-3: #fbbf7e;
--color-4: #f5d26b;
--color-5: #b4d9a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f09999, #f6b8a2, #fbbf7e, #f5d26b, #b4d9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f09999, #f6b8a2, #fbbf7e, #f5d26b, #b4d9a1);
}

Cruisin' Sunset color palette created on .