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