Oceanic Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Dream palette

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

Oceanic Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #0092d6;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #00c8fa;
}
.color-5 {
color: #00d4ff;
}

/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #0092d6;
--color-3: #00b0e0;
--color-4: #00c8fa;
--color-5: #00d4ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #0092d6, #00b0e0, #00c8fa, #00d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #0092d6, #00b0e0, #00c8fa, #00d4ff);
}

Oceanic Dream color palette created on .