Ocean's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean's Embrace palette

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

Ocean's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d9e2;
}
.color-2 {
color: #85c7d1;
}
.color-3 {
color: #5bb3c2;
}
.color-4 {
color: #3b8c97;
}
.color-5 {
color: #1f5a6b;
}

/* CSS Variables */
:root {
--color-1: #a2d9e2;
--color-2: #85c7d1;
--color-3: #5bb3c2;
--color-4: #3b8c97;
--color-5: #1f5a6b;
}

Ocean's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9e2, #85c7d1, #5bb3c2, #3b8c97, #1f5a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9e2, #85c7d1, #5bb3c2, #3b8c97, #1f5a6b);
}

Ocean's Embrace color palette created on .