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