Oceanic Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Oceanic Serenity カラーパレット (PNG) をダウンロード
Oceanic Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #1b2631;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a6c8c;
}
.color-4 {
color: #6cb6e5;
}
.color-5 {
color: #90d4f4;
}
/* CSS Variables */
:root {
--color-1: #1b2631;
--color-2: #2b3d50;
--color-3: #4a6c8c;
--color-4: #6cb6e5;
--color-5: #90d4f4;
}
Oceanic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
似たようなカラーパレット
Oceanic Serenity color palette created on .