Oceanic Vision カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Vision palette

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

Oceanic Vision カラーパレット CSS

/* CSS */
.color-1 {
color: #4cc3e1;
}
.color-2 {
color: #38b6c7;
}
.color-3 {
color: #1e9cb8;
}
.color-4 {
color: #0f7b99;
}
.color-5 {
color: #0c6b88;
}

/* CSS Variables */
:root {
--color-1: #4cc3e1;
--color-2: #38b6c7;
--color-3: #1e9cb8;
--color-4: #0f7b99;
--color-5: #0c6b88;
}

Oceanic Vision の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cc3e1, #38b6c7, #1e9cb8, #0f7b99, #0c6b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cc3e1, #38b6c7, #1e9cb8, #0f7b99, #0c6b88);
}

Oceanic Vision color palette created on .