Coastal Serenity Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coastal Serenity Tones palette
Coastal Serenity Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #10c2d5;
}
.color-2 {
color: #0e94cd;
}
.color-3 {
color: #af510e;
}
.color-4 {
color: #0950b3;
}
.color-5 {
color: #8c3808;
}
/* CSS Variables */
:root {
--color-1: #10c2d5;
--color-2: #0e94cd;
--color-3: #af510e;
--color-4: #0950b3;
--color-5: #8c3808;
}
Coastal Serenity Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10c2d5, #0e94cd, #af510e, #0950b3, #8c3808);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10c2d5, #0e94cd, #af510e, #0950b3, #8c3808);
}
似たようなカラーパレット
Coastal Serenity Tones color palette created on .