Serene Coastal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Coastal Breeze palette

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

Serene Coastal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #c4d9d2;
}
.color-2 {
color: #bcd2d2;
}
.color-3 {
color: #bcd0d2;
}
.color-4 {
color: #99b4cc;
}
.color-5 {
color: #d6a543;
}

/* CSS Variables */
:root {
--color-1: #c4d9d2;
--color-2: #bcd2d2;
--color-3: #bcd0d2;
--color-4: #99b4cc;
--color-5: #d6a543;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d9d2, #bcd2d2, #bcd0d2, #99b4cc, #d6a543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d9d2, #bcd2d2, #bcd0d2, #99b4cc, #d6a543);
}

Serene Coastal Breeze color palette created on .