Oceanic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Reverie palette

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

Oceanic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #051124;
}
.color-2 {
color: #0c2236;
}
.color-3 {
color: #122d45;
}
.color-4 {
color: #193f52;
}
.color-5 {
color: #21465e;
}

/* CSS Variables */
:root {
--color-1: #051124;
--color-2: #0c2236;
--color-3: #122d45;
--color-4: #193f52;
--color-5: #21465e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #051124, #0c2236, #122d45, #193f52, #21465e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #051124, #0c2236, #122d45, #193f52, #21465e);
}

似たようなカラーパレット

Oceanic Reverie color palette created on .