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