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