Oceanic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

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

Oceanic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0081c2;
}
.color-4 {
color: #00aaff;
}
.color-5 {
color: #70dff0;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005c99;
--color-3: #0081c2;
--color-4: #00aaff;
--color-5: #70dff0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005c99, #0081c2, #00aaff, #70dff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005c99, #0081c2, #00aaff, #70dff0);
}

Oceanic Dreams color palette created on .