Oceanic Tranquility カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Tranquility palette
Oceanic Tranquility カラーパレット CSS
/* CSS */
.color-1 {
color: #002438;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #009975;
}
.color-4 {
color: #00b89f;
}
.color-5 {
color: #00e0ca;
}
/* CSS Variables */
:root {
--color-1: #002438;
--color-2: #005c75;
--color-3: #009975;
--color-4: #00b89f;
--color-5: #00e0ca;
}
Oceanic Tranquility の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002438, #005c75, #009975, #00b89f, #00e0ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002438, #005c75, #009975, #00b89f, #00e0ca);
}
似たようなカラーパレット
Oceanic Tranquility color palette created on .