Ocean Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Depths palette

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

Ocean Depths カラーパレット (PNG) をダウンロード

Download ocean depths color palette PNG image (landscape)
Download ocean depths color palette PNG image (square)

Ocean Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #42adfa;
}
.color-2 {
color: #3d8fdb;
}
.color-3 {
color: #2b69b6;
}
.color-4 {
color: #1b4d93;
}
.color-5 {
color: #0e3971;
}

/* CSS Variables */
:root {
--color-1: #42adfa;
--color-2: #3d8fdb;
--color-3: #2b69b6;
--color-4: #1b4d93;
--color-5: #0e3971;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}

Ocean Depths color palette created on .