Ocean's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean's Embrace palette

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

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

/* CSS */
.color-1 {
color: #3a607e;
}
.color-2 {
color: #5a8bbf;
}
.color-3 {
color: #9dc6d8;
}
.color-4 {
color: #e8b68d;
}
.color-5 {
color: #f5c68a;
}

/* CSS Variables */
:root {
--color-1: #3a607e;
--color-2: #5a8bbf;
--color-3: #9dc6d8;
--color-4: #e8b68d;
--color-5: #f5c68a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a607e, #5a8bbf, #9dc6d8, #e8b68d, #f5c68a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a607e, #5a8bbf, #9dc6d8, #e8b68d, #f5c68a);
}

Ocean's Embrace color palette created on .