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