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