Crescent City Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crescent City Sunset palette

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

Crescent City Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d69b;
}
.color-2 {
color: #e9b16d;
}
.color-3 {
color: #d68d4c;
}
.color-4 {
color: #c4663b;
}
.color-5 {
color: #a84324;
}

/* CSS Variables */
:root {
--color-1: #f3d69b;
--color-2: #e9b16d;
--color-3: #d68d4c;
--color-4: #c4663b;
--color-5: #a84324;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d69b, #e9b16d, #d68d4c, #c4663b, #a84324);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d69b, #e9b16d, #d68d4c, #c4663b, #a84324);
}

Crescent City Sunset color palette created on .