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