Oceanic Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Depths palette

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

Oceanic Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #4d8ecb;
}
.color-2 {
color: #3d7dbd;
}
.color-3 {
color: #2c6f9b;
}
.color-4 {
color: #1a5f7a;
}
.color-5 {
color: #0f4f61;
}

/* CSS Variables */
:root {
--color-1: #4d8ecb;
--color-2: #3d7dbd;
--color-3: #2c6f9b;
--color-4: #1a5f7a;
--color-5: #0f4f61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8ecb, #3d7dbd, #2c6f9b, #1a5f7a, #0f4f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8ecb, #3d7dbd, #2c6f9b, #1a5f7a, #0f4f61);
}

Oceanic Depths color palette created on .