Frosty Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Frosty Serenity palette
Frosty Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #e2f2fd;
}
.color-2 {
color: #b6e6fc;
}
.color-3 {
color: #80d3fa;
}
.color-4 {
color: #28b5f6;
}
.color-5 {
color: #0398e2;
}
/* CSS Variables */
:root {
--color-1: #e2f2fd;
--color-2: #b6e6fc;
--color-3: #80d3fa;
--color-4: #28b5f6;
--color-5: #0398e2;
}
Frosty Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f2fd, #b6e6fc, #80d3fa, #28b5f6, #0398e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f2fd, #b6e6fc, #80d3fa, #28b5f6, #0398e2);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Frosty Serenity color palette created on .