Coastal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Elegance palette

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

Coastal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #a0d9d3;
}
.color-3 {
color: #f1b24b;
}
.color-4 {
color: #e07c3e;
}
.color-5 {
color: #e04f38;
}

/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #a0d9d3;
--color-3: #f1b24b;
--color-4: #e07c3e;
--color-5: #e04f38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #a0d9d3, #f1b24b, #e07c3e, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #a0d9d3, #f1b24b, #e07c3e, #e04f38);
}

Coastal Elegance color palette created on .