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