Oceanic Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Whispers palette

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

Oceanic Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #59809b;
}
.color-3 {
color: #7ca3b1;
}
.color-4 {
color: #a1c3d4;
}
.color-5 {
color: #d2e7ea;
}

/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #59809b;
--color-3: #7ca3b1;
--color-4: #a1c3d4;
--color-5: #d2e7ea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #59809b, #7ca3b1, #a1c3d4, #d2e7ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #59809b, #7ca3b1, #a1c3d4, #d2e7ea);
}

Oceanic Whispers color palette created on .