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