Coastal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Sunrise palette

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

Coastal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d8e7;
}
.color-2 {
color: #b4e9b7;
}
.color-3 {
color: #f7e0a1;
}
.color-4 {
color: #f6a53c;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #a7d8e7;
--color-2: #b4e9b7;
--color-3: #f7e0a1;
--color-4: #f6a53c;
--color-5: #f47b1f;
}

Coastal Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e7, #b4e9b7, #f7e0a1, #f6a53c, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e7, #b4e9b7, #f7e0a1, #f6a53c, #f47b1f);
}

Coastal Sunrise color palette created on .