Oceanic Atlas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Atlas palette

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

Oceanic Atlas カラーパレット CSS

/* CSS */
.color-1 {
color: #1d5e7c;
}
.color-2 {
color: #408e9c;
}
.color-3 {
color: #69bab6;
}
.color-4 {
color: #a4d6d1;
}
.color-5 {
color: #f4b8a4;
}

/* CSS Variables */
:root {
--color-1: #1d5e7c;
--color-2: #408e9c;
--color-3: #69bab6;
--color-4: #a4d6d1;
--color-5: #f4b8a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d5e7c, #408e9c, #69bab6, #a4d6d1, #f4b8a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d5e7c, #408e9c, #69bab6, #a4d6d1, #f4b8a4);
}

Oceanic Atlas color palette created on .