Coastal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenity palette

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

Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e7f3ea;
}
.color-2 {
color: #a4dac9;
}
.color-3 {
color: #5dcb9b;
}
.color-4 {
color: #34b28a;
}
.color-5 {
color: #009975;
}

/* CSS Variables */
:root {
--color-1: #e7f3ea;
--color-2: #a4dac9;
--color-3: #5dcb9b;
--color-4: #34b28a;
--color-5: #009975;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7f3ea, #a4dac9, #5dcb9b, #34b28a, #009975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7f3ea, #a4dac9, #5dcb9b, #34b28a, #009975);
}

Coastal Serenity color palette created on .