Coastal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Sunrise palette

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

Coastal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #4b5e71;
}
.color-2 {
color: #bac1c9;
}
.color-3 {
color: #e2e6e9;
}
.color-4 {
color: #f2b75f;
}
.color-5 {
color: #d45e3a;
}

/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #bac1c9;
--color-3: #e2e6e9;
--color-4: #f2b75f;
--color-5: #d45e3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #bac1c9, #e2e6e9, #f2b75f, #d45e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #bac1c9, #e2e6e9, #f2b75f, #d45e3a);
}

Coastal Sunrise color palette created on .