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