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