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: #69bf9b;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #f7a28d;
}
.color-4 {
color: #f1cb4b;
}
.color-5 {
color: #e27c60;
}
/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #50b9d3;
--color-3: #f7a28d;
--color-4: #f1cb4b;
--color-5: #e27c60;
}
Teal and Coral Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Teal and Coral Dream color palette created on .