Oceanic Whispers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Whispers palette
Oceanic Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #74b1be;
}
.color-2 {
color: #bc526d;
}
.color-3 {
color: #0896d4;
}
.color-4 {
color: #346c7f;
}
.color-5 {
color: #233d48;
}
/* CSS Variables */
:root {
--color-1: #74b1be;
--color-2: #bc526d;
--color-3: #0896d4;
--color-4: #346c7f;
--color-5: #233d48;
}
Oceanic Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b1be, #bc526d, #0896d4, #346c7f, #233d48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b1be, #bc526d, #0896d4, #346c7f, #233d48);
}
似たようなカラーパレット
Oceanic Whispers color palette created on .