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