Oceanic Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Oceanic Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #233671;
}
.color-2 {
color: #2b4c8c;
}
.color-3 {
color: #508ec3;
}
.color-4 {
color: #92c4e3;
}
.color-5 {
color: #f0e8a8;
}
/* CSS Variables */
:root {
--color-1: #233671;
--color-2: #2b4c8c;
--color-3: #508ec3;
--color-4: #92c4e3;
--color-5: #f0e8a8;
}
Oceanic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233671, #2b4c8c, #508ec3, #92c4e3, #f0e8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233671, #2b4c8c, #508ec3, #92c4e3, #f0e8a8);
}
似たようなカラーパレット
下にスクロールして500+個の青カラーパレットを探索しましょう
Oceanic Serenity color palette created on .