Ocean Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Bliss palette

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

Ocean Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #0099d1;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #20d5e9;
}
.color-4 {
color: #a3e3f5;
}
.color-5 {
color: #f5c7d3;
}

/* CSS Variables */
:root {
--color-1: #0099d1;
--color-2: #00b0e0;
--color-3: #20d5e9;
--color-4: #a3e3f5;
--color-5: #f5c7d3;
}

Ocean Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099d1, #00b0e0, #20d5e9, #a3e3f5, #f5c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099d1, #00b0e0, #20d5e9, #a3e3f5, #f5c7d3);
}

Ocean Bliss color palette created on .