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