Oceanic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

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

Oceanic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00a4b3;
}
.color-3 {
color: #00d1e0;
}
.color-4 {
color: #3de7f0;
}
.color-5 {
color: #80f7ff;
}

/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00a4b3;
--color-3: #00d1e0;
--color-4: #3de7f0;
--color-5: #80f7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00a4b3, #00d1e0, #3de7f0, #80f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00a4b3, #00d1e0, #3de7f0, #80f7ff);
}

Oceanic Dreams color palette created on .