Ocean's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean's Embrace palette

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

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

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #7db0c5;
}
.color-4 {
color: #f3c649;
}
.color-5 {
color: #e57b38;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #497b9c;
--color-3: #7db0c5;
--color-4: #f3c649;
--color-5: #e57b38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #497b9c, #7db0c5, #f3c649, #e57b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #497b9c, #7db0c5, #f3c649, #e57b38);
}

Ocean's Embrace color palette created on .