Coastal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenity palette

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

Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #dff6f3;
}
.color-2 {
color: #b0e3d3;
}
.color-3 {
color: #f0e0b2;
}
.color-4 {
color: #fdd5a0;
}
.color-5 {
color: #fcb8a1;
}

/* CSS Variables */
:root {
--color-1: #dff6f3;
--color-2: #b0e3d3;
--color-3: #f0e0b2;
--color-4: #fdd5a0;
--color-5: #fcb8a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dff6f3, #b0e3d3, #f0e0b2, #fdd5a0, #fcb8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dff6f3, #b0e3d3, #f0e0b2, #fdd5a0, #fcb8a1);
}

Coastal Serenity color palette created on .