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