Blue Ocean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Ocean palette
Blue Ocean カラーパレット CSS
/* CSS */
.color-1 {
color: #58c9fd;
}
.color-2 {
color: #3fb2e4;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #006080;
}
/* CSS Variables */
:root {
--color-1: #58c9fd;
--color-2: #3fb2e4;
--color-3: #0095b3;
--color-4: #007e94;
--color-5: #006080;
}
Blue Ocean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58c9fd, #3fb2e4, #0095b3, #007e94, #006080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58c9fd, #3fb2e4, #0095b3, #007e94, #006080);
}
似たようなカラーパレット
Blue Ocean color palette created on .