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