Oceanic Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Twilight palette

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

Oceanic Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #2e93ff;
}
.color-2 {
color: #17b0a1;
}
.color-3 {
color: #7c48d5;
}
.color-4 {
color: #495ed4;
}
.color-5 {
color: #21d1e8;
}

/* CSS Variables */
:root {
--color-1: #2e93ff;
--color-2: #17b0a1;
--color-3: #7c48d5;
--color-4: #495ed4;
--color-5: #21d1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e93ff, #17b0a1, #7c48d5, #495ed4, #21d1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e93ff, #17b0a1, #7c48d5, #495ed4, #21d1e8);
}

Oceanic Twilight color palette created on .