Oceanic Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Whispers palette

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

Oceanic Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3e6f8e;
}
.color-2 {
color: #7ab4d1;
}
.color-3 {
color: #b3e0e5;
}
.color-4 {
color: #f6d59d;
}
.color-5 {
color: #f5c5a3;
}

/* CSS Variables */
:root {
--color-1: #3e6f8e;
--color-2: #7ab4d1;
--color-3: #b3e0e5;
--color-4: #f6d59d;
--color-5: #f5c5a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6f8e, #7ab4d1, #b3e0e5, #f6d59d, #f5c5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6f8e, #7ab4d1, #b3e0e5, #f6d59d, #f5c5a3);
}

Oceanic Whispers color palette created on .