Oceanic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Reverie palette

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

Oceanic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #a5c1d5;
}
.color-2 {
color: #7d9ab0;
}
.color-3 {
color: #5b7f9a;
}
.color-4 {
color: #3a6f7e;
}
.color-5 {
color: #2e4c60;
}

/* CSS Variables */
:root {
--color-1: #a5c1d5;
--color-2: #7d9ab0;
--color-3: #5b7f9a;
--color-4: #3a6f7e;
--color-5: #2e4c60;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c1d5, #7d9ab0, #5b7f9a, #3a6f7e, #2e4c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c1d5, #7d9ab0, #5b7f9a, #3a6f7e, #2e4c60);
}

Oceanic Reverie color palette created on .