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