Serene Seaside Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Seaside Breeze palette

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

Serene Seaside Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a6e8d9;
}
.color-2 {
color: #b3f4e7;
}
.color-3 {
color: #a2d5f1;
}
.color-4 {
color: #8fb4e0;
}
.color-5 {
color: #6ab4e2;
}

/* CSS Variables */
:root {
--color-1: #a6e8d9;
--color-2: #b3f4e7;
--color-3: #a2d5f1;
--color-4: #8fb4e0;
--color-5: #6ab4e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e8d9, #b3f4e7, #a2d5f1, #8fb4e0, #6ab4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e8d9, #b3f4e7, #a2d5f1, #8fb4e0, #6ab4e2);
}

Serene Seaside Breeze color palette created on .