Oceanic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

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

Oceanic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #002b5c;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0088c2;
}
.color-4 {
color: #00a4e6;
}
.color-5 {
color: #33c9ff;
}

/* CSS Variables */
:root {
--color-1: #002b5c;
--color-2: #005c99;
--color-3: #0088c2;
--color-4: #00a4e6;
--color-5: #33c9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002b5c, #005c99, #0088c2, #00a4e6, #33c9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002b5c, #005c99, #0088c2, #00a4e6, #33c9ff);
}

Oceanic Dreams color palette created on .