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